you can keep the text color to light in the project page (to turn the hero section to light over the hero image) and then add full width WPBakery rows with a certain background and dark text color. Would that work?
that's correct but then you can customize them using the unique post id class stored in the <body> element that can be used as prefix for CSS selectors
Ok. But then there is the issue with the scroll back. If i use use a white background the scroll with be white. Is there any css i can use to change the logo to alt and the menu/hamburger to dark?
This is getting all a bit complicated for me. It's going beyond my capabilities i'm afraid.
I have just noticed when i added my social links the second social is not clickable. I have checked the links and they are correct. Something is stopping the second social from being clickable.
Is it something to do with the copyright line of text z-index?
Sorry for the confusion. Basically the footer containing the copyright is overlaying the scroll to top and social icons. so neither of the scroll to top or second social icons are clickable. I've fixed this now by using a z-index on the scroll to top. I would have to do the same to the second social icon.
The socials are not displaying on the project pages:
How do i have a header which is light but maintain the dark text on project pages?
I can change the header text colour in the html, but cant change the logo, scroll down button, menu and hamburger to light.
Attached files: Screenshot 2025-03-11 at 08.32.57.png
Hello Darren,
you can keep the text color to light in the project page (to turn the hero section to light over the hero image) and then add full width WPBakery rows with a certain background and dark text color. Would that work?
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
It would, but what about the project navigation at the bottom and the back to top arrow? They would still be light.
Hello Darren,
that's correct but then you can customize them using the unique post id class stored in the <body> element that can be used as prefix for CSS selectors
https://prnt.sc/1tjc5GN8wrZ-
so in this case postid-2095
and then for example on copyright
https://prnt.sc/VevuQF3qFL75
.postid-2095 .copyright {
color: #aaa;
}
in customizer -> additional css
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Ok. But then there is the issue with the scroll back. If i use use a white background the scroll with be white. Is there any css i can use to change the logo to alt and the menu/hamburger to dark?
This is getting all a bit complicated for me. It's going beyond my capabilities i'm afraid.
Ok, you can go the other way around modifying the elements from hero section
Or use a different image for the hero image more suitable for the light background
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
ok. thank you.
Sorry one last question.
I think i have managed to do everything i need by making the scroll-hide background dark. But the logo is now not aligned with the hamburger.
What CSS can i add to fix this?
thanks
Attached files: Screenshot 2025-03-12 at 09.36.19.png
Hey Darren,
looks like you added a padding top of 10px? This is the solution I would recommend - as well
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
great. Last thing, promise!
I have just noticed when i added my social links the second social is not clickable. I have checked the links and they are correct. Something is stopping the second social from being clickable.
Is it something to do with the copyright line of text z-index?
https://darrenchittock.com/
Hey Darren,
do you mean here, for example?
https://darrenchittock.com/about-us/
https://prnt.sc/q9WLs_bVpZNu
checked both them here and they work.
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Sorry for the confusion. Basically the footer containing the copyright is overlaying the scroll to top and social icons. so neither of the scroll to top or second social icons are clickable. I've fixed this now by using a z-index on the scroll to top. I would have to do the same to the second social icon.
The socials are not displaying on the project pages:
https://darrenchittock.com/works/maca-museum/
Is this because the project page text colour is set to light?
Yes, try adding the following in customizer -> additional css
color: #000;
color: rgba(0, 0, 0, 0.5);
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
i did try that and it still isn't showing at all. Any other ideas?
Attached files: Screenshot 2025-03-13 at 19.32.09.png
Hello Darren,
I don't see the css code I've sent in customizer -> additional css
https://prnt.sc/eUqn9mCVX-PQ
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio