Welcome! To use this support forum, please Login or Join Today!
You are here → Home :: Forum Home :: WordPress Themes Support :: Breeze WordPress Theme :: Thread
Widget in Design content page and font color in footer
Hello Casey ,
Can I put widget in design content page ?
And , How i can change font color in footer ?
thanks in advance
airlan
Can I put widget in design content page ?
You can style content like widgets using the same markup, however there are no widgets that appear in the content area by default.
Similar to what we did here:
http://demos.simplethemes.com/breeze/widget-styles
How i can change font color in footer ?
To style the footer widget text, find this line in your style1.css:
#footer,#footer .widget { color: #bac6a8; text-shadow: #3c5714 1px 1px 0; }
You might want to change it to something like:
#footer,#footer .widget { color: #fff; text-shadow: #c85217 1px 1px 0; }
The same applies for the copyright info just a few lines below:
#bottom { color: #fff; text-shadow: #c85217 1px 1px 0; }