Site logo

[Support request] WordPress separator thickness

Home Forums Support [Support request] WordPress separator thickness

Home Forums Support WordPress separator thickness

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2184343
    Grey

    Hey guys, I’m sorry for this question. I am sure there is a simple solution but I haven’t been able to figure out how to change the line thickness of a separator from WordPress.
    Thank you so much for your help!

    #2184440
    Fernando
    Customer Support

    Hi Grey,

    If you would like to modify just select Separator Blocks, you may add my-separator Class to their Additional CSS classes field as such: https://share.getcloudapp.com/nOuRXXlw

    Then, add this CSS in Appearance > Customize > Additional CSS:

    .wp-block-separator.my-separator {
        border-top: solid 10px;
    }

    if you would like to apply this to all Separator Blocks instead, use this:

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

    Kindly modify 10px to your preferred value.

    Hope this helps! 🙂

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