MCNDesign Posted April 26, 2021 Share Posted April 26, 2021 Site URL: https://www.robertmcnall.com/contact I created two different footers -- one black and one white to show on different pages. For the 'About' page, everything is correctly displayed but on my 'Contact' page there is a black bar and I want it to be white. Link to comment
SquareRefresh Posted April 26, 2021 Share Posted April 26, 2021 Hey @MCNDesign add this to your custom css #collection-5fac4b72e44daa6be0a8a714 { .white .sqs-block-horizontalrule hr { color: #ffffff !important; } } SquareRefresh, premium plugins & templates that have an elevated feel. Plugins: Have your site stand out. Templates: Our templates are designed with versatility in mind.Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins. Link to comment
tuanphan Posted April 27, 2021 Share Posted April 27, 2021 11 hours ago, MCNDesign said: Site URL: https://www.robertmcnall.com/contact I created two different footers -- one black and one white to show on different pages. For the 'About' page, everything is correctly displayed but on my 'Contact' page there is a black bar and I want it to be white. It looks like you solved this with display none code? 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
MCNDesign Posted April 27, 2021 Author Share Posted April 27, 2021 22 hours ago, SquareRefresh said: Hey @MCNDesign add this to your custom css #collection-5fac4b72e44daa6be0a8a714 { .white .sqs-block-horizontalrule hr { color: #ffffff !important; } } Thanks for the reply. However it didn't fix my issue. 11 hours ago, tuanphan said: It looks like you solved this with display none code? It's still there. When the browser gets resized vertically to >1010px it becomes visible. Link to comment
tuanphan Posted May 3, 2021 Share Posted May 3, 2021 On 4/28/2021 at 3:26 AM, MCNDesign said: Thanks for the reply. However it didn't fix my issue. It's still there. When the browser gets resized vertically to >1010px it becomes visible. Try addig to Design > Cusotm CSS /* contact black to white */ body#collection-6081339666068d16718b8e18 div#siteWrapper { background: white; } Also you haven't changed SEO Title so the browser tab name still shows "Contact 1" 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
MCNDesign Posted May 5, 2021 Author Share Posted May 5, 2021 On 5/3/2021 at 12:55 AM, tuanphan said: Try addig to Design > Cusotm CSS /* contact black to white */ body#collection-6081339666068d16718b8e18 div#siteWrapper { background: white; } Also you haven't changed SEO Title so the browser tab name still shows "Contact 1" It worked! Also changed the SEO Title. Thank you. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.