This topic has 10 replies, 4 voices, and was last updated 9 years, 3 months ago ago by Jack Richardson
Hi,
Love this theme! Can you help me with two things?
1. I would like to get rid of the top widget area. How to do this?
2. There’s a weird thing happening in the nav bar/menu for the drop-down menu; it’s bumping it higher and moving it over, and it just looks weird. My comments are on this image in pink: http://878.d55.myftpupload.com/wp-content/uploads/2015/08/Screen-Shot-2015-08-13-at-10.49.34-AM.png
Hello,
1) You can disable top bar in Theme Options->Header.
2) Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Hello,
1. Go to Theme Options > Header > Enable top bar > Off.
2. Add this code in custom.css file:
.header-type-18 .menu > li {
display: inline-flex;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Thank you! That code didn’t work for me, though. Providing login credentials below.
Also I am not seeing an option to choose a Google Font for H1 through H7?
Hello,
You missed dot in “.header-type-18” element when including the code.
Please clear browser cache and check menu now.
You can change font for H1-H7 via custom css.
Regards,
Eva Kemp.
Thank you! It is in line now, but there is a space next to it — should there be an arrow or a plus sign or something there to indicate the drop-down options?
I am also having trouble with the Typography section of Theme Options… Any time I try to select a “Main Google Font” and hit save, it reverts back to — Choose One —
Very frustrating. I really wish there were an option here to edit H1-H7 as well. I was under the impression when I bought this theme that all fonts were fully customizable. I’ll get into the custom CSS, but let me put my vote in for that to be an addition when the theme is updated!
Thank you for your help.
Hello,
I’ve added this code in Custom CSS:
.menu > li.menu-item-has-children > a:after {
color: black;
}
Please check the menu.
Best regards,
Jack Richardson.
Thanks. I’m customizing all the fonts here… very frustrated that Raleway is built in to so many places and there isn’t a way to easily customize it all to use a Google font.
Hello,
In this case you can change font with css code in your custom css file.
Best regards,
Jack Richardson.
Tagged: dropdown, menu, navigation, templates, widget, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up