Footer info content – font size change

Posted in: Newspaper
Post count: 11

What would I need to do to change the font size for the footer info content text ?
Site is http://www.thegoodmood.it
Example here
https://docs.google.com/drawings/d/1jIC8iKiQ_W7vSvKR_HOOBuEIsjoTcHYo1gPMhxsUDLI/edit?usp=sharing

Post count: 22421

Hello,

The standard footer info font is controlled from here http://screencast.com/t/hXalOQZiN but I see you added a second about us section in a standard text box. In this case you will have to use css to alter the font as a textbox grabs the standard body font and changing that will affect more elements than the footer section.
Try this code:
.td-footer-wrapper .textwidget{
font-size: 18px;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.