Jump to content
Sign in to follow this  
maurice

Link colour (color) in Feature text set to white on black?

Recommended Posts

maurice

I have embedded a link into the text on a Feature page but the link renders as White on Black background. I can't find a setting on the Design Control page. Firebug identifies the following code for the element.

a.pagelines-blink.black-blink, #feature_slider .fcontent a, #feature_slider .fcontent a.post-edit-link { background: none repeat scroll 0 0 #111111; border-color: #111111 #000000 #000000 #111111; border-right: 1px solid #000000; border-style: solid; border-width: 1px; color: #FFFFFF; text-shadow: none; }
I could modify this and put it into the Custom CSS box but it seems it may be a bug. Any thoughts how best to fix it? Page here http://e-capability.co.nz PlatformPro 1.2

Share this post


Link to post
Share on other sites
Kate

Hi Maurice - I don't see why that would be a "bug", as it's the style set there in the CSS. Adding this (or something like it) will do the trick:

.fcontent a{background:none !important;color:#000000 !important;border:none !important;}
	.fcontent a:hover{background:none !important;text-decoration:underline;}

Share this post


Link to post
Share on other sites
maurice

Hi Kate, I guess the reason I saw it as a possible bug is because the individual Feature settings - allow you to set the Feature Design Style 2PnYQ.png but there is no way of modifying the link background colour. Put your code in the Custom CSS window and it worked fine thank you. :-)

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  

×