Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #535929

    Hi,

    Any ide how i can make this happen for my h1? With borders on both sides?
    Link to img

    Have tried with the shortcodes / hr / elements but no of em did the trick ;-(
    Hope I can get some help here :-)

    //Cheers

    • This topic was modified 8 years, 8 months ago by apower84.
    #537037

    Hey Alexander!

    Thank you for using Enfold and sorry for the delay.

    Looks like you managed to create the layout. If you want a double line, try to add it as a background image. Use this in the Quick CSS field:

    h2:before, h2:after {
        background-color: #003172;
        content: "";
    }

    .. replace the “background-color” property with the “background-image” property. You will have to create the border image file.

    Regards,
    Ismael

    #538263

    Hi @Ismael,
    Thank you for your support!

    //Cheers!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘H1 with borders on the sides’ is closed to new replies.