Site logo

Archived topic

Divider colour controls?

3 replies · Started by kiant123 on July 22, 2021

Viewing posts 1–4 of 4

Hi,

I made some changes to my site typography a few days ago and today noticed that the dividers on my posts also appear to have changed too. Where can I change the colour of the dividers or how was I able to do this as I can't find locate the options where I may have changed this?

If the dividers are synced with the fonts is it possible to control them seperately? Ideally, I'd like the dividers to be lighter than they are currently.

Thanks

Hi there,

i assume you updated to WP 5.8

They changed the separator block CSS to this:

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

So now you get two lines instead of one - i am sure they make these changes just to get on my nerves lol

To correct that you will need to add this CSS:

hr.wp-block-separator {
    border-top: none;
}

Oh, that explains it! I couldn't work it out!

Yes, I did happen to update Wordpress just today. I agree, why did this make this change?

Thanks for the explanation!

Who knows why lol

Glad to be of help.

This archived topic is closed to new replies.