- This topic has 9 replies, 2 voices, and was last updated 9 years, 10 months ago by Sakin.
-
AuthorPosts
-
January 30, 2015 at 3:58 am #50790EllenMember
I have my primary menu set up with drop downs, I can’t figure out why it only drops down on the front page, only the headings show up on subsequent pages and on posts, how can I fix this? Also- I hate yellow, how can I change the color of the fonts and backgrounds on the menus?
January 30, 2015 at 9:34 am #50806SakinKeymaster@Ellen: For drop down menu, not sure why it is not working in your other pages. Can you send me your site URL so that I can check in. About changing the color, most of the color options are there in “Appearance => Customize => Color Options”. For those, which are not there like menu. You need to send me the color code that you want to use and then I will send you the css to add in your custom css box.
January 30, 2015 at 6:35 pm #50825EllenMemberThanks for getting back to me. I’m not sure if you can get in, it’s a temporary site until I get it all done enough to move my site address to a new host. Try this link: http://50.87.248.110/~ellenlei/. I’ll figure out a new color for the menu- I can deal with the black, it’s just the yellow I don’t like.
Am I the first person to have this template?January 31, 2015 at 11:37 pm #50869SakinKeymaster@Ellen: You are the first person to ask for support for Create Pro theme.
You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box. Further, you can change the color code in the following css:
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a { color: #844627; } .create-menu a:hover { color: #844627; }
February 1, 2015 at 1:56 am #50876EllenMemberAwesome, I’ll try that. Thanks!
OK, that changed the color of the font, which is great, but the menu still will not drop down on any page or post but the front page.
Here’s another thing I would like to change: There is a short black line between each plug-in/widget on all of my sidebars, footers. How can I get rid of those?February 1, 2015 at 9:31 am #50880SakinKeymaster@Ellen: Thanks for finding out the issue. We will fix this in new version update. For now, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box
.site-banner { overflow: visible; }
February 1, 2015 at 6:55 pm #50894EllenMemberThanks! That fixed the menu. The black lines in the side bars are an eyesore (to me anyway, as an artist) but they don’t impact site navigation or flow. How can we get rid of those?
February 2, 2015 at 12:37 am #50913SakinKeymaster@Ellen: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box
.widget:after { content: none; }
February 2, 2015 at 1:08 am #50917EllenMemberBeautiful! Thanks so much! So far everything else is working smoothly, I will certainly pop back in if I need more help as I work on it this week. Have a great day!
February 2, 2015 at 7:15 pm #50951 -
AuthorPosts
- The topic ‘Primary Menu only works on front page’ is closed to new replies.