Hi i need to know how to change the text size of the titles in the side boxes. I am really new to this and its driving me crazy. Any Help Appreciated
Hi i need to know how to change the text size of the titles in the side boxes. I am really new to this and its driving me crazy. Any Help Appreciated
in includes/templates/apple_zen/css/stylesheet.css
find this:
h3.leftBoxHeading, h3.rightBoxHeading {
font-size:1.2em;
color:#424242;
text-transform:uppercase;
font-weight:400;
height:1.5em;
padding:.2em 0 0;
padding-left:15px;
}
change the numbers that I made red, you can go either higher for larger text or smaller. if confused about em then do what I do at times and change it to 6pt for small or 11pt for larger, change to 1 incrimant each time till you get them the size you want.
work on a duplicate of the file.
Cheers DarkAngel worked a treat![]()