This topic has 10 replies, 2 voices, and was last updated 10 years, 2 months ago by Anonymous.
Tagged: hopes theme, mega menu
Viewing 11 posts - 1 through 11 (of 11 total)
Hello,
I just updated my version of Hopes Theme and the mega menu appearance is not right. The mega menu headings are not bold and the menu links have a bullet point next to them. What can I do to format the mega menu so it appears correctly? My website is http://gabaptistworshipmusic.org. Any help you can provide is appreciated.
Thank you,
Ellen Eklund
You can do it from theme options/Styling/Typography/Menu Font Family. After selecting this if you don’t get, then provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins.
Have a look at the screenshot provided.
We are setting this topic to be resolved but if you wish to update this topic please reply here instead of creating another topic.
Removed bullets.
Edited File: style.css
-> For headings: Can you please elaborate your question for headings?
Thank you for your help with the bullet points. Previously, the headings on the mega menu were bold and all caps. I assume this can be done in the style.css editor section as well, but I cannot figure out where to change the code. Headings on my mega menu include Sons of Jubal, Jubalheirs and Training; one heading for each column in the mega menu.
Your issue is fixed. Added css in Theme Options/Styling/Custom CSS.
Is there anything else that I can assist you with?
I saw where the full menu was edited so it appears as all bold uppercase characters. Unfortunately, my description was not clear. My specific request was not about the regular menu, but for the topic headings within the mega-menu itself. When you hover over “Events,” a mega-menu appears with three columns showcasing three event categories: Sons of Jubal, Jubalheirs and Training. I wanted to see if you could edit these title headings so they appeared bold with all uppercase characters. In addition, can you please reverse the work you did on the full menu? Attached is a screen shot highlighting the mega-menu title headings that need editing. Thank you.
Sorry for the misunderstand. Put this code in your Theme Options/Styling/Custom CSS Section.
#iva_megamenu ul li .sub a {
font-weight: bold;
text-transform: uppercase;
}
If you have not yet given ratings to the theme, kindly please give to the theme by going to your themeforest account downloads section and below the Download button of the theme you can find the stars to click on for ratings 🙂
Viewing 11 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic.