sophdooley Posted October 7 Share Posted October 7 Hi, I was wondering if you could assist me with changing the header style of my services page from dynamic to solid. This is the existing code in my page as I needed to add a different logo to the page: <style> .header-title-logo img { visibility: hidden; } .header-title-logo a { background-image: url(https://www.linkpicture.com/q/0-esign.png); background-size: cover; background-repeat: no-repeat; } </style> How do I add another code so that the header is solid and the colour white? The pic attached is what it looks like right now vs. what I want it to look like. Thank you in advance!! Link to comment
Solution tuanphan Posted October 9 Solution Share Posted October 9 Add this code under <style> header#header { background-color: white !important; } </style> sophdooley 1 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