Change headlines/links to different sizes and color - Protostar - Joomla! Forum - community, help and support
hi
i wondering how change headlines in articles , links different sizes , colors?
at moment, if change color in admin, changes. not want that. want different colors in headlines in articles, , different color in modules
but more important, want different size in article headlines; links should smaller. when click headline links read article, article headline should bigger.
right now, eveything same. same color, same size.
i have used firebug try solve can't find out on how change of above.
pls help!
i wondering how change headlines in articles , links different sizes , colors?
at moment, if change color in admin, changes. not want that. want different colors in headlines in articles, , different color in modules
but more important, want different size in article headlines; links should smaller. when click headline links read article, article headline should bigger.
right now, eveything same. same color, same size.
i have used firebug try solve can't find out on how change of above.
pls help!
copy template https://docs.joomla.org/j3.x:modifying_ ... e_template , edit copy
create combined classes in css file
e.g.and
create combined classes in css file
e.g.
code: select all
h2.item-page
{
}
code: select all
.item-page a:link, .item-page a:visited, .item-page a:hover, .item-page a:active
{
}
Comments
Post a Comment