Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #592191

    Is there a way to have a line appear on either side of a heading, such as in the screenshot below (similar to how an icon can be centered in the middle of a separator line)?

    http://snag.gy/YGANi.jpg

    #592461

    Hi 1039 Online,

    You should be able to do that with the Special Heading element. If you should need further help then please link to your site and we’ll have a look.

    Thanks,
    Rikard

    #592711

    The page URL is in the private content

    #594432

    Yes, could you provide further help on how to do this? Thank you.

    #594448

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-special-heading-tag:after {
        content: '';
        width: 100px;
        height: 1px;
        border-bottom: 2px solid white;
        position: absolute;
        right: 33%;
        top: 45%;
    }
    .av-special-heading-tag:before {
        content: '';
        width: 100px;
        height: 1px;
        border-bottom: 2px solid white;
        position: absolute;
        left: 33%;
        top: 45%;
    }
    

    Best regards,
    Yigit

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