zara_ess Posted January 30, 2020 Share Posted January 30, 2020 Site URL: http://www.babg.co.uk I would like to add a custom line under H1. Here is an example of what I mean http://www.helentsanossheinman.com/ This is the image used for the line: http://www.helentsanossheinman.com/img/logo_lines.png My website is www.babg.co.uk I am getting pretty comfortable with CSS so if there is a way to do this by CSS that would be really helpful! Link to comment
tuanphan Posted January 30, 2020 Share Posted January 30, 2020 You can use CSS pseudo :after to insert new blank content with background image http://www.helentsanossheinman.com/img/logo_lines.png (your site has password) Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
zara_ess Posted February 4, 2020 Author Share Posted February 4, 2020 h1.BlogItem-title::after { content: ""; height: 30px; width: 30px; background: url(http://www.helentsanossheinman.com/img/logo_lines.png) no-repeat; margin-top: 6px; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.