Changing title size

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Thu Oct 31, 2013 6:24 pm
I have used the code below to change the Article title size but I think I did something wrong that it's effected Sub-menu titles, they became bold. Can you please me please.

article header h1 {
font-size: 30px;
}
line-height: 38px;
}
User avatar
Expert Boarder

teitbite
Fri Nov 01, 2013 12:02 pm
Hi

This code may be destroying whole css file since syntax is wrong, please remove one of the } signs. A correct syntax should be:

Code: Select all
article header h1 {
font-size: 30px;
line-height: 38px;
}
User avatar
Moderator

GK User
Fri Nov 01, 2013 12:13 pm
Thank you very much! It worked.
User avatar
Expert Boarder

teitbite
Mon Nov 04, 2013 1:48 am
Hi

No problem. Glad I could help.
User avatar
Moderator


cron