change color of text highlight (markers)

Posted in: Newspaper
Post count: 27

Hi,

I want to ask a question. I try to change color of red markes (text highlight) to #b70000. But it didn’t work. How can i change this. please help! I want to change all of color which color i want 🙂

image: https://yadi.sk/i/Lp97Lf-L3HGuSj

Post count: 22421

Hello,

That element does not seem to come from the theme though. It looks like a custom implementation. Please provide a link to your site so I can inspect it and see if there is any css I can provide to change the color.

Thank you!

Post count: 27

you can check this

Post count: 22421

Hello,

You can try this css:
.td_text_highlight_marker_red{
background-color:grey;
box-shadow: 8px 0 0 grey, -8px 0 0 grey;
}

Add the code in the theme panel-> custom css box.

Thanks.

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