SimonZSImon Posted January 3, 2021 Share Posted January 3, 2021 Site URL: https://www.lionburo.de Hey, I want to add a text line to my header in the lower left. My header has an image backgorund and everytime I try to add a line of text the header-backgorund-image is in fornt of it. Do you know how I can add a text line in front of the header-background image? Thanks for your help! Link to comment
tuanphan Posted January 6, 2021 Share Posted January 6, 2021 Add to Home > Design > Custom CSS .header-title:before { content: "Site Title"; display: block; text-align: left; color: white; font-size: 2rem; position: absolute; top: 50%; transform: translateY(-50%); } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment