Text size

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Sun Jan 20, 2013 5:45 pm
can someoneplease help me with the text size ? this is only happening to one component (mosets tree)

i tried with

Code: Select all
.contentheading {
    font-size: 20px;
}


in override.css but nothing ...

please se my screenshots below, i have included the url from were these shots were taken

http://regatulunit.com/ads/Joburi
tittle to big1.jpg


http://regatulunit.com/ads/Joburi/doamn ... t-de-munca
tittle to big2.jpg
User avatar
Gold Boarder

GK User
Mon Jan 21, 2013 10:39 am
Hi,

Please try to add !important to your CSS rule :)
User avatar
Administrator

GK User
Mon Jan 21, 2013 6:04 pm
ok that works but only for the first screenshot ... any ideea what to do for the second ?
User avatar
Gold Boarder

GK User
Mon Jan 21, 2013 10:46 pm
Please modify your code to:

Code: Select all
#listing h2,
.contentheading {
    font-size: 20px!important;
}
User avatar
Administrator

GK User
Wed Jan 23, 2013 9:54 pm
thank you
User avatar
Gold Boarder


cron