Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Support David

    (@diggeddy)

    Hi there,

    theres a few methods.

    I think the easiest would be to use CSS. Add this CSS to your site:

    .border-title {
        display: flex;
        align-items: center;
        gap: 40px;
    }
    .border-title:before,
    .border-title:after {
        content: '';
        flex: 1 1;
        height: 2px;
        background-color: #000;
    }

    then add a Headline Block, with some text, and in Advanced > Additional CSS Classes add: border-title

    Thread Starter richb69

    (@richb69)

    Many thanks

    Plugin Support David

    (@diggeddy)

    You’re welcome

    Thread Starter richb69

    (@richb69)

    Hi, just tried the css, but didnt seem to work?

    Plugin Support David

    (@diggeddy)

    Can you share a link to your site where i can see the Headline block you want to apply this to ?

    Thread Starter richb69

    (@richb69)

    https://rovinrv.com/ I’d like the two h2 titles to have the seperator.

    Plugin Support David

    (@diggeddy)

    That CSS does work.

    But you need to:

    1. select the Headline block
    2. Go to the Advanced tab in the block settings sidebar
    3. In the Additional CSS Class(es) field add: border-title

    Repeat this for each Headline block you require it on.

    Thread Starter richb69

    (@richb69)

    Sorry, my mistake, thats great, many thanks

    Thread Starter richb69

    (@richb69)

    How do I change the colour?

    Thread Starter richb69

    (@richb69)

    I’ve worked it out, many thanks

    Plugin Support David

    (@diggeddy)

    Glad to hear that

    Plugin Support fernandoazarcon2

    (@fernandoazarcon2)

    Hi there! We haven’t heard back from you for a while now so we’re going to go ahead and set this topic as resolved. Feel free to open a new topic if you need assistance with anything else.

    This is a great little embellishment. I understand how to control the gap, thickness and colour. How about the width of the 2 lines?

    Plugin Support ying

    (@yingscarlett)

    Hi @buddylove72 ,

    Any chance you can open a new topic for your question?

    Thanks!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Separator/Title’ is closed to new replies.