• Resolved ironorcket

    (@ironorcket)


    Hello.
    Once I install your theme, the menu is not showing anymore. I can see the section if I scroll my moiuse over it, but normally is just white writing on white background.
    I try to fixed it throu CSS but I wasn’t able.

    My site is https://www.mammalogopedista.it

    Thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Shawberry Themes

    (@busymomibee)

    Hello! I checked your site and the menu area looks as it should. Did you still need assistance?

    Thread Starter ironorcket

    (@ironorcket)

    Yes,
    the menu that you now see online is automatically generated by wordpress, but I need a custom made menu where not all the pages that exist are shown.
    If I try to use the custom made menu, the bar will turn white, and so are names on it, and nothing is shown until I scroll the mouse throu it.

    I you need i can activate the custom made menu so you can see what I’m talking about, but not for a long time because it will cause a disservice to my client.

    Thank you very much.

    Theme Author Shawberry Themes

    (@busymomibee)

    Since, this is a free theme there are minimal customization options.

    In order to make your desired changes, find the following codes in the style.css sheet. Replace the background: and color: to desired colors.

    To change menu background color:

    .main-navigation div.nav-menu > ul {
    background: url(“images/GrayChalkBG.png”) repeat scroll 100% 100% transparent;
    }

    To change menu tab/titles color:

    .main-navigation .current_page_item > a {
    color: #373737;
    padding: 2px;
    }

    Thank you.

    Shawna ~ Busy Momi Bee

    Thread Starter ironorcket

    (@ironorcket)

    I tried and in worked until I don’t try to change the automatic menu (with all the published pages) with a custom made one.

    Have look here:

    https://www.mammalogopedista.it/wordpress/

    Thank you!

    Theme Author Shawberry Themes

    (@busymomibee)

    Here you go:

    .main-navigation li a {
    color: #373737;
    font-size: 15px;

    That should take care of the rest of the menu bar tab/titles.

    Thank you,

    Shawna ~ Busy Momi Bee

    Thread Starter ironorcket

    (@ironorcket)

    Perfect! Thank you very much, I love your works!

    Theme Author Shawberry Themes

    (@busymomibee)

    My pleasure and thank you!:)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu not showing’ is closed to new replies.