Site logo

[Resolved] Divider colour controls?

Home Forums Support [Resolved] Divider colour controls?

Home Forums Support Divider colour controls?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1866156
    a1reno

    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

    #1866183
    David
    Staff
    Customer Support

    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;
    }
    #1866216
    a1reno

    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!

    #1866228
    David
    Staff
    Customer Support

    Who knows why lol

    Glad to be of help.

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