Hi guys
I need some css code for the footer and the socket
I would like to change the letters to white and make them bigger in the middle column of the footer
Also all the letters need to become white in the footer and socke
Hi
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#footer .widgettitle {
color: #FFFFFF;
}
#footer #nav_menu-3 h3 {
font-size: 16px;
}
and adjust as needed.
Regards,
Devin
`