angelam Posted March 4, 2021 Share Posted March 4, 2021 Site URL: https://www.angelamaritz.com/ Hi Please can I have advice, is it at all possible with coding to upload a different logo image to my homepage header only. I need my header logo image on my homepage to be white with a transparent background and on the rest of the site to be black with a transparent background. I'm building a new 7.1 site. Thanks Link to comment
tuanphan Posted March 7, 2021 Share Posted March 7, 2021 Hi. Add to Design > Custom CSS /* home logo - transparent header */ body.homepage header.Header.Header--top { background: transparent !important; position: absolute; } body.homepage img.Header-branding-logo { visibility: hidden; } body.homepage a.Header-branding { background-image: url(https://cdn.pixabay.com/photo/2021/02/08/16/03/dinosaur-5995333__340.png); background-size: cover; background-repeat: no-repeat; background-position: center center; } 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.