Change the colour of Text Highlightening

Posted in: Newspaper
Post count: 84

Hi

Is it possible to add one more marker colour of the text highlightenging? Or to change one of the existing marker colours? I would like it to be the same as my accent colour (#e7d38a)? Anyone of them can be changed.

Thanks.

Post count: 23312

Hello Ladiesabroad,

Please be more specific according to what you want to change. Provide a useful screenshot for a better understanding. Also, provide your website URL so I can inspect it closer and also, so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 84

HI

I do not like the colour of any of the standard text highlightenings. http://test.ladiesabroad.se/2016/11/text-highlightening/. I would like it to be the same colour as my theme accent colour (#e7d38a).

This is the link to my website.http://www.ladiesabroad.se/

CSS changes are ok.

Thanks.

Post count: 23312

Hello Ladiesabroad,

Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_text_highlight_marker_green {
background-color: #e7d38a;
box-shadow:none;
}

The result you should see here -> http://screencast.com/t/bpnB75n6k

Thanks for the message!

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