Site logo

Archived topic

GeneratePress - Dispatch theme - Color change

9 replies · Started by Kristian on March 6, 2020

Viewing posts 1–10 of 10

I'm using the GeneratePress Dispatch Site Library and I can't seem to find the place to change color on the "next post" and "previous posts" post-nav-wrap.

https://imgur.com/a/PNChSp7

Hi there,

in Customizer > Additional CSS look for this block of CSS:

.post-nav {
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 0.7em;
    text-transform: uppercase;
    background-color: #ff1956;
    color: #fff !important;
}

Simply change the background-color and color properties.

You may find this original Dispatch Post of interest:

https://gpsites.co/dispatch/how-to-change-the-custom-colors/

Hello,

I have the same issue, only I do not have that block of code in my Additional CSS. Has it been moved to another location? I looked through all of the CSS and also did a Control F search.

I see.

Actually, can you go to Appearance > Elements > "Post Navigation Block"?

Then, edit the Background colors of the two Headline Blocks. Example: https://share.getcloudapp.com/5zu2NlJ2

Thank you. That worked. I had looked at that Element before, but to make the change I had to disable the Classic Editor plugin. Is there any reason I need that plugin activated for this theme?

That plugin shouldn't be needed for the theme.

It's not a plugin imported when importing our site as well.

You can remove that. Block Elements of GP Premium only work with the Gutenberg Block Editor as well. It won't work if you use the Classic Editor.

Awesome, thank you for the fast support. It was extremely helpful.

You're welcome, Chris!

This archived topic is closed to new replies.