I've noticed that the hero section and the class/id that follow from it, such as “hero-styles”, are all linked, whether it's the hero section on the presentation page or the hero section on the portfolio pages.
The problem is that I've changed the style of the hero section on my home page and this has had an effect on the hero sections on the portfolio pages. I'd like to be able to modify only the hero section on the home page.
So for example when you are in the page you want to customize the hero section you just right click in the browser -> view page source
and the look for <div id="clapat-page-content" then you will see in the list of css classes the class you are looking for, in this case clapat-class-id-2731
Hello,
I've noticed that the hero section and the class/id that follow from it, such as “hero-styles”, are all linked, whether it's the hero section on the presentation page or the hero section on the portfolio pages.
The problem is that I've changed the style of the hero section on my home page and this has had an effect on the hero sections on the portfolio pages. I'd like to be able to modify only the hero section on the home page.
Hello Rémy,
That should not be a problem. You can prefix all your css styles selectors with the unique class id that you can find in the page source
for example
https://prnt.sc/xb_nYX745epy
in this case you can use something like
.clapat-class-id-2731 #hero {
...
}
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'm on the wordpress theme, can you help me find it?
So for example when you are in the page you want to customize the hero section you just right click in the browser -> view page source
and the look for <div id="clapat-page-content" then you will see in the list of css classes the class you are looking for, in this case clapat-class-id-2731
https://prnt.sc/xb_nYX745epy
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