Keenan1 Posted August 29 Share Posted August 29 Hi there On my homepage, I would like the site title to be visible. On the remainder of the site, I would like the logo to be used. Is there CSS I can use for the homepage only - so that the site title is used instead of the logo? Many thanks. https://cardioid-sunflower-l792.squarespace.com Password: woven Link to comment
Solution tuanphan Posted Monday at 12:56 AM Solution Share Posted Monday at 12:56 AM You can use this to Website Tools > Custom CSS body.homepage div.header-title a:after { content: "Women"; display: block; font-size: 40px; color: #f1f; opacity: 1 !important; } body.homepage div.header-title a { opacity: 1 !important; } body.homepage header#header .header-title-logo { display: block !important; } 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
Keenan1 Posted Monday at 05:25 AM Author Share Posted Monday at 05:25 AM Ok, this worked! Thank you so much. Link to comment
Keenan1 Posted yesterday at 03:22 AM Author Share Posted yesterday at 03:22 AM Hi @tuanphan Thank you so much for your help so far. I would also like to perform the same action on two more pages within the current site (replacing logo with site title)- "Home A" and "Home D" (found under "Home Options"). How do I go about this? Thanks. 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