In another theme I’ve used you can add
.is_home
before a child theme CSS statement and the command only works on the home page.
e.g. .is_home .container {display:none;}
turns off .container on the home page only.
This doesn’t work with Enfold.
Is there a way to target the home page (or any other specific page for that matter) to alter/amend a CSS class or ID on that page only?
Hi zimbo!
What element you need to target? we can help you code a is_home class for the homepage into your header.php with some php.
Do let us know and we will help you with the rest.
Cheers!
Basilis
Hi,
What I wanted to do is turn off the default H1 page title on the home page, and maybe others e.g. <h1 class=”.main-title .entry-title”>
However… this is my first time using Enfold and I’m still finding my way around the setup – but I have now found how to turn on/off the page title, so I’m OK.
I’ve searched for some documentation but can’t find much – is there a doc that lists out all the theme’s functions/options/features? For instance, I can’t work out how to use the Custom Fields on Edit Page.