Hyperlink Text & Blockquote color change

Posted in: Newsmag
Post count: 65

Hi,

How I can change default color for hyperlink text in post & page content body?
also how to change the default color for blockquote in post & page content?

Looking forward to your help.

Thanks & Regards
Debarup

Post count: 23312

Hello debarup,

If you want to change the color of your blockquote, you can do it from Theme panel, like this -> https://www.screencast.com/t/D19szfK6tVBs Also, for changing the color hyperlink text, please use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

a{
color:red!important;
}

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.