Vladimir’s WordPress Forum


 
Current User: Guest
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Changing hyper links color for post and pages only

Add a New Topic Reply to Post
UserPost

23:17
20 September, 2010


Mykhailo

Guest

Hi, can you please advice on how I can create a variable in order to change a link color for Blue on Posts and Pages only and leave side bars color as it is in Green?

Thanks
Mykhailo M

4:58
15 January, 2011


Brian

Guest

I know this an old topic but people might find this useful.

In the stylesheet look for the following lines.

.entrybody a
{
border-bottom:1px dotted #CCC;
}

Then simply add a 'color' with the brackets. The following example will make all links within the content only turn blue. To change the color find a different html color code.

.entrybody a
{
border-bottom:1px dotted #CCC;
color:#0000cc;
}

I hope Mykhailo M hasn't given up!

Reply to Post

Reply to Topic:
Changing hyper links color for post and pages only

Guest Name (Required):

Guest Email (Required):

HTML Editor
Smileys
Confused Cool Cry Embarassed Frown Kiss Laugh Smile Surprised Wink Yell
Post New Reply

Guest URL (required)

Math Required!
What is the sum of:
12 + 11