Change website highlight colour

Posted in: Newspaper
Post count: 127

Hello!

We were wondering if its possible to change the highlight colour of our website.

It is currently set to Grey (https://paste.pics/CEEMR)
But we’d like to change it to a different colour like yellow! (https://paste.pics/CEEN2)

All the best
Thomas

Post count: 27744

Hello,

If you referring to have highlighted when you select a paragraph, then this can be done with custom code CSS

::selection {
background: yellow;
}

If you want this highlight to be all the time, you can set it when editing the post and set the Text highlight color => https://www.screencast.com/t/9Otm8th7cIr

Thank you!

Post count: 127

Perfect thanks!

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