Quote:
Originally Posted by basilrath
It must be in the CSS surely
Inspect the element in chrome then locate the css
|
that's what I thought and have been trying to do.
From what I can see this is the CSS which controls it -
li.livenotifications_link {
background: {vb:stylevar sidebar_content_background.backgroundColor};
color: {vb:stylevar link_color};
display: block !important;
font-weight: regular;
font-size: {vb:stylevar header_font};
font-family: Arial,Calibri,Verdana,Geneva,sans-serif;
min-height: 20px;
text-align: center !important;
padding-top:6px !important;
cursor: pointer;
width:330px;
Even if I put !important it's not making any difference.
I have found the stylevar for the link colour and it's a valid colour - #00a1c3
even if I change it to #00a1c3 instead of the style var and add !important it's still not showing.
Unless I'm editing the compeltely wrong bit of CSS. other than the above I'm stumped.
I'm using firebug.