[Support request] How can I draw a partial line under text?

Home Forums Support [Support request] How can I draw a partial line under text?

Home Forums Support How can I draw a partial line under text?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #637475
    Bestiale

    Hello,

    I want to draw/put/insert a partial line under the text. I have GP Premium and I am using Pivot theme as a ground for my new website. I like to insert the same line like the Home page on the Pivot theme under “Video Overview” text.

    Thanks!

    #637647
    David
    Staff
    Customer Support

    Hi there,

    Pivot is using Beaver Builder, if you have the Pro version it has a separator module. If you don’t you could use HTML module to set your heading in a span and create your own with some CSS:

    HTML
    <span class="underline"><h2>My underlined heading</h2></span>

    CSS

    .underline:after {
    	content: '';
    	display: block;
    	width: 10%;
    	height: 4px;
    	background-color: red;
    }

    Just adjust the color, width and height to suit.

    #637952
    Bestiale

    Hi David,

    Thanks for the reply!

    It seems like all cool stuff is in the Pro Version of Beaver Builder. Since I paid for GP Premium package, how can I receive the Pro Version of the Beaver builder?

    Thanks!

    #638034
    David
    Staff
    Customer Support

    The Sites were designed with BB and Elementor (and no page builder), with the view they would work with the free versions and the paid for versions, but we don’t have any tie in with those plugin licenses. So you would need to buy the premium license from beaver builder for that.

    There are some BB plugins that add extra features on the wordpress repository that are free.

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