Posted by Tran on August 14, 2012 at 8:58pm
Hi,
I am using the gazette tab and wish to turn off the "date" on the user menu.
It seems to only work for some browsers and wreaks havoc with my ability to create a logo.
Is there an easy way to do this?
If not, can someone point me to where I can find this in the CSS so I can remove it?
Thanks!
Comments
Rules CSS Styles
you must install "firebug" for firefox, firebug lets you see the style rules.
In this case where this date are 2 rules in global.css
date-widget {
}
region-user-second {
/ * Background: url (".. / Img / bg-date-banner.jpg") no-repeat scroll 0 0 # 536E75; * /
/ * Add this parenthesis at the beginning and end of the background * /
display: none;
height: 205px;
margin: 37px 0 0-;
width: 156px;
}
Greetings
Alberto
@dejah_vuuu
Thank you.
Thanks for the help.