• Resolved paddletroke

    (@paddletroke)


    Hi there,
    Thanks for this great plugin.
    Is there a way to customize the thickness of the hr tags?
    There is one option to select the footer line thickness but it does not affect the hr lines.
    I found some ways to change the thickness but they require changing the color which breaks the dark mode compatibility.
    Thanks
    Pierre

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hello Pierre,

    Are you using the “Separator” block or are you added an <hr> tag with the “Custom HTML” block?

    The former can be modified using …

    hr.wp-block-separator {
    border-bottom-width: 10px;
    }

    … and the later …

    hr {
    border-bottom-width: 10px;
    }

    Let me know if this works for you.

    Oliver

    Thread Starter paddletroke

    (@paddletroke)

    I’m writing in the “Custom HTML” block with the <hr> tag.
    It works perfectly thanks ! 🙂

    Plugin Author Oliver Campion

    (@domainsupport)

    Hi Pierre,

    In the last update, we have added …

    “Customizer – Content Options – Separator Width”

    … so you shouldn’t need the CSS anymore.

    Let me know if that works for you.

    Oliver

    Thread Starter paddletroke

    (@paddletroke)

    Hi!
    Thanks for integrating it so quickly !

    Plugin Author Oliver Campion

    (@domainsupport)

    No problem!

    Oliver

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Customize hr thickness?’ is closed to new replies.