Changing CSS for one specific page
-
Hi all,
I know similar questions like this have been asked but I can’t seem to figure it out for my own site. The site I am talking about is https://www.hypeandgenius.com
I am trying to change the CSS of the page ‘H&G on Topic’ page id is 6517.
I would like to remove the main navigation header menu on this page, and also if possible use a different logo image for this page, almost as if it is its own separate site.
I’ve tried different css codes, including:
.page-id-6517 #nav-container { display: none; }
and I’ve also tried changing the style tags directly on the page using:
<style type=”text/css”>
#nav-container {
display: none;
}
</style>neither CSS are working for me!
Can anybody help me out?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Changing CSS for one specific page’ is closed to new replies.