Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #50790
    Ellen
    Member

    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?

    #50806
    Sakin
    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.

    #50825
    Ellen
    Member

    Thanks 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?

    #50869
    Sakin
    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; }
    #50876
    Ellen
    Member

    Awesome, 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?

    #50880
    Sakin
    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; }

    #50894
    Ellen
    Member

    Thanks! 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?

    #50913
    Sakin
    Keymaster

    @Ellen: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box
    .widget:after { content: none; }

    #50917
    Ellen
    Member

    Beautiful! 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!

    #50951
    Sakin
    Keymaster

    @Ellen: Thanks for your appreciation. You too have a great day 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Primary Menu only works on front page’ is closed to new replies.