Marker

Posted in: Newspaper
Post count: 134

Hello,

Is it possible to make the red marker a bit more rich red?

Thanks

Post count: 22421

Hi,
Please provide more details to your request as we can’t say for sure what marker you are talking about.
Thanks.

Post count: 134

Hi,

when you are typing an article and you select text then to go to Text highlighting> Red marker (or any other color marker green, blue etc.) I want to make the color more rich.

Post count: 22421

Hi,
you can use this css to make all the red markers a bright red:
.td_text_highlight_marker_red{
background-color:red!important;
box-shadow: 8px 0 0 red, -8px 0 0 red;
}

You can use any color you want instead of the color “red”. CSS accepts rgb color or hex colors. you can use this color picker and simply replace the word red in the code with your preferred color: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors/Color_picker_tool
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.