Thank you!!! That finally worked!
Hi Sakin – how do you add multiple “Cusom CSS” directions into this box under Theme Options? I already have Custom CSS for color options, but also want to remove the page title from my home page (“Home”). I do want to keep “Home” as a tab in my navigation, however.
Here is the current custom CSS I have written into this box:
#header {
background: none;
background-color: #ffffff;
}
body {
background-color: #ffffff;
}
(WHAT DO I ADD / WHERE DO I ADD CODE TO REMOVE PAGE TITLE FROM JUST “HOME” PAGE? – FYI I tried entering the recommended code from gravelpit immediately below the previous bracket, but this did not work)
Thanks for any help!