- This topic has 9 replies, 2 voices, and was last updated 10 years, 1 month ago by
Sakin.
-
AuthorPosts
-
January 30, 2015 at 3:58 am #50790
Ellen
MemberI 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 #50806Sakin
Keymaster@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 #50825Ellen
MemberThanks 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 #50869Sakin
Keymaster@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 #50876Ellen
MemberAwesome, 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 #50880Sakin
Keymaster@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 #50894Ellen
MemberThanks! 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 #50913Sakin
Keymaster@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 #50917Ellen
MemberBeautiful! 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.