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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.