This topic has 43 replies, 3 voices, and was last updated 5 years, 3 months ago ago by Olga Barlow
Please can you help me understand and correct this error the whole site is down
Hi I managed to repair it, but I would like to know how to get rid of the nav bar on home page
Hello,
Add this code in Custom CSS for page http://prntscr.com/omj2ps
.page-heading {
display: none;
}
Regards
Thank you rose, it worked great! I used some previous code you gave me
.page-heading h1 {
margin-bottom: 10px;
}
to get some extra space in the headings but now the return to previous page is being cut by the line, do you have some Css to move up this tag?
Many Thanks
Thank you very much! it worked!
I just tested the site in internet explorer and the menu looks like this
https://prnt.sc/on04a5
Is there any way to fix this?
Please add this code in style.css of child-theme:
.header-type-3 .main-nav .menu {
text-align: right;
}
Regards
How do I do that?
Hello,
Appearance > edit theme > choose the style.css file and add that code http://prntscr.com/on1ktt . Save changes.
Regards
I don’t seem to have that menu option https://prnt.sc/on1s4m
Hello,
You did not read my message from the very beginning: go to Appearance > edit theme. There is an Appearance menu item in the list.
Regards
Ahh thank you! Does it matter where I insert the code?
Hello,
No, you can add it just next to the previous styles.
Regards
You must be logged in to reply to this topic.Log in/Sign up