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
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
Hi @Ismael,
Thank you for your support!
//Cheers!