The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Share:
Notifications
Clear all

[Solved] Link colors

3 Posts
2 Users
0 Likes
1,206 Views
Posts: 2
Topic starter
(@lenbradshaw)
New Member
Joined: 3 years ago

I need to find out how to change the colors of a hyperlink inserted into a comment or reply. I don't see the option in the style and colors setting tab.

2 Replies
Asti
Posts: 7105
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@lenbradshaw,

Use the following CSS code:

#wpdcom .wpd-comment-text a {
    color: #501515 ;
}
#wpdcom .wpd-comment-text a:hover {
   color:  #501515 ;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

The red marked value can be changed as you like.  

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.

 

1 Reply
(@lenbradshaw)
Joined: 3 years ago

New Member
Posts: 2

@asti Thank you. It worked!

Share: