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?
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; }
Vladimir’s WordPress Forum
Changing hyper links color for post and pages only
23:17
20 September, 2010
Mykhailo
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
I know this an old topic but people might find this useful.
In the stylesheet look for the following lines.
{
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.
{
border-bottom:1px dotted #CCC;
color:#0000cc;
}
I hope Mykhailo M hasn't given up!