Color for Page Break 1, 2, 3, etc.?

Posted in: Newspaper
Post count: 8

I am using Page Break to break my long wordpress post into multiple sections, which creates the small square boxes with 1, 2, 3, 4, etc. at the bottom of the current page so users can navigate to the “next section”.

The 1, 2, 3, 4 are easily overlooked, and I would like to highlight this or make this stand out more somehow (changing the background color? Changing the highlight color of the current section?

Where can if find the settings or CSS to change those?

Post count: 27744

Hello,

The color from the background is the accent color from Theme Panel -> Them colors -> General.
To change the background color for hover https://i.imgur.com/VwUr0KB.png please use this custom code css
.page-nav a:hover
{
background-color: #aae23a;
}

Set the code in theme panel -> custom code -> custom css.

Thank you!

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