Tagged: hide, navigation
- This topic has 13 replies, 3 voices, and was last updated 9 years, 10 months ago by Sakin.
-
AuthorPosts
-
September 13, 2014 at 1:19 am #43801TillmanMember
Hello,
I just bought the Catch Box Pro Theme and I love it!
1 Question: But I dont need the navigation bar! How can I remove it?
2. Question: I’m using a header picture without any margin on the left and the right! I want to have the title on the header, not over or above the header!
How can I fix that!
Thank you in advance!
September 13, 2014 at 5:22 pm #43816September 13, 2014 at 10:44 pm #43828TillmanMemberSeptember 13, 2014 at 11:16 pm #43830SakinKeymaster@Tillman:
For Menu
There is no default option to hide Primary Menu. But there is two trick to do it.
1. Go to “Appearance => Menus” and then click on “create a new menu” and name is anything like “Hide Menu” and save changes. Then go to “Appearance => Menus => Manage Locations” and then select that Hide Menu in Primary Menu and save changes.
2. Or if this is difficult then you can hide the menu from Custom CSS. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#branding #access { display: none; }
For Header Picture
So, you want the Site Title and tagline text on header image, then you can add the following css in “Appearance => Theme Options => Custom CSS” box..logo-wrap { position: relative; } #hgroup { position: absolute; left: 40px; top: 20px; }
September 14, 2014 at 2:40 am #43835TillmanMemberThanks!! Thats what I call a great support! Keep up the great work!
September 14, 2014 at 4:28 pm #43854TillmanMemberHello Sakin!
Another question: How get I can get round corners at my header picture?
Thanks in advance!
September 14, 2014 at 10:40 pm #43867SakinKeymaster@Tillman: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#branding #site-logo img { border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; }
September 14, 2014 at 11:37 pm #43869TillmanMemberNice! Thank you so much!
January 4, 2015 at 9:35 pm #49562AndrewParticipantI Have a similar question but I only need to remove the navigation from some pages not all.
Basically I need the primary navigation, but I have a few specific pages which must not have any navigation – how can I do this?
I am also using Catch Box Pro.
January 5, 2015 at 11:24 pm #49596SakinKeymaster@Andrew: You can add CSS to hide the navigation based on the page ID class. So, can you send me the URL of the pages where you want to hide it then I will send you css to hide it.
January 5, 2015 at 11:43 pm #49598AndrewParticipantThank you – here they are. You will have to tell me where to put the CSS as well please.
resource.adventure-qualifications.com/administration/course-quality-assurance/
resource.adventure-qualifications.com/administration/online-course-satisfaction/
resource.adventure-qualifications.com/assessment-review/January 6, 2015 at 8:27 pm #49635SakinKeymaster@Andrew: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.page-id-1234 #branding #access, .page-id-1218 #branding #access, .page-id-959 #branding #access { display: none; }
January 6, 2015 at 8:52 pm #49636AndrewParticipantFantastic – Great. Just a question. Is there any way to remove the whole header in the same way from those pages? I just want the body if at all possible.
January 6, 2015 at 9:02 pm #49638SakinKeymasterFor whole header it will be as below:
.page-id-1234 #branding, .page-id-1218 #branding, .page-id-959 #branding { display: none; }
-
AuthorPosts
- The topic ‘Remove Navigation Bar & Title on Header picture’ is closed to new replies.