header changes
-
Greetings,
I am trying to make some changes to my header:
1) I do not want the orange lines on the top or bottom of the header
2) I do not want to header to be clickable
3) I do not want the header on all pages. Only my main page.Thank you very much!
The blog I need help with is: (visible only to logged in users)
-
Try adding this to your existing custom CSS:
#slider-wrap { border:none; display:none; pointer-events:none; } .home #slider-wrap { display:block; } -
- The topic ‘header changes’ is closed to new replies.