Jump to content
Sign in to follow this  
andre_marcal

How to change the FONT of Universal Sidebar (i used as footer).

Recommended Posts

andre_marcal

Hello Team Pagelines. I created a menu in the footer through the "Universal Sidebar" and customize it to "Text widget", but is the FONT of my strange, it seems that is bold, I do not know ...... I tried to change through the css below and could not . # footer. widget { font-size: 1em; font-weight: lighter; } Note: I can alter the size but not the font weight. Could you help me to solve this problem? The following link: www.projetoamar.blog.br Thank Pagelines Team!

Share this post


Link to post
Share on other sites
Kate
I think what you might be seeing is the text shadow. Please try adding this to your CSS: [code]#footer .widget{ text-shadow:none;font-size:1em !important;font-weight:lighter; }[/code] In addition, if you want to alter the menu items only in the footer, try this instead: [code]#menu-footer ul li{text-shadow:none;font-weight:lighter !important;}[/code]

Share this post


Link to post
Share on other sites
andre_marcal
YES!!!!!!!!!!!!!! That's ok Kate!!!!! THANKS A LOT!

Share this post


Link to post
Share on other sites
Rob
Glad that worked for you!

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×