Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Need to change color of links (http://forum.bytesforall.com/showthread.php?t=16125)

abhayns Nov 29, 2011 07:34 AM

Need to change color of links
 
Please would somebody advise me how to arrange for links in sidebars and center of website to change color when curser hovers. Settings in ATO do not work for me.

juggledad Nov 29, 2011 08:37 AM

What version? what is the url? what EXACTLY have you tried, be detailed.

abhayns Nov 29, 2011 10:09 AM

Version 3.7.1. on www.arttoursltd.co.uk

I have tried editing the "body, text & links" section of the Atahualpa overall "style & config menu"

I have added various codes into add HTML/css inserts e.g.

a:link {
color: #12448;
}

and

div.post a:link {
color: #12448;
}

Your help is appreciated

juggledad Nov 29, 2011 10:41 AM

did you look at the themes widget options?

abhayns Nov 29, 2011 10:46 AM

Yes, I have edited the widget list items section.

I tried the following code which produced an underline that changed colour but I could not remove the underline and get the link itself to change colour

a {
border-bottom:1px solid #cccccc;
padding-bottom: 2px;
}
a:visited {
color: #09C;
text-decoration: none;
}
a:hover {
color: #333333;
border-bottom:3px solid #AD3417;
padding-bottom: 2px;
text-decoration: none;
}
a:active {
color: #006;
text-decoration: none;
}
a:link {
text-decoration: none;

juggledad Nov 29, 2011 12:07 PM

The settings for the links n the widget area will be more specific than the css you specified in the previous post. You should learn how to use FireBug in FireFox to examine the emements and determine the CSS that is being applied

Atahualpa provides settings for links in a list, but because most widgets are provided by other authors, there is no way to know what the exact CSS for a particular widget link might be.

fotomag Nov 30, 2011 12:56 AM

Why here:
Overall Style & Config - Body, Text&Links I can't see and change these parameters:
Link Default Color and Link Hover Color. I mean I can but I can't see and choose color just here. Now I can make it by changing digits without showing colors.
I speak about 371 version.
In previous versions was more convenient interface.

juggledad Nov 30, 2011 04:10 AM

Nothing changed, try disabling your plugingps to see if there is a conflict

fotomag Nov 30, 2011 05:07 AM

What is this plugingps? Where is it I can see?

juggledad Nov 30, 2011 05:41 AM

It's a typo - plugin's


All times are GMT -6. The time now is 05:46 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.