• Resolved Coleen

    (@coleenh)


    Hi, Thanks for the previous help about the widget styling. This in in regards to setting the menus on the main (and all) pages. I have tried to create a menu and have added all the links, but NOTHING shows up on the page – no side menu and no menu in the header. I actually want it just below the header, horizontally across the page. I have several links that I need to add as menu items, but none of them show up – anywhere. Please help. Thanks!

    The page I need help with: [log in to see the link]

Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter Coleen

    (@coleenh)

    Thank you, that’s what I needed – the proper Class names for the nav bar so I can change the font family. I also need to change the padding between the links, is there a place in the styling to do that, rather than changing it in te CSS? Thanks again for your help. ??

    Header -> Menu -> Padding Between Menu Items

    Thread Starter Coleen

    (@coleenh)

    Thanks, however it doesn’t work, or – it doesn’t change the padding, so it might be the line-height I need to change. I’ll play with the CSS now that I know where to put the code. Thank you very much for your help.

    Thread Starter Coleen

    (@coleenh)

    Hi Romik, sorry to be a bother…

    Now I’m having trouble with the font color (rollover) in my footer, and the font style and color in my side menu. See, I really don’t want to set the link/rollover color to ONE color throughout the entire website. I want it to be the same for the menus/links that appear where my background colors are blue (I want the initial color to be #ffffff and the rollover color to be #cc8699;) but I want the link color in my main page/post area to be #0200a1 and the hover color to be #2618ef. The only way I can see to do this so that they don’t ALL change is through the CSS. If there is another way to do what I want, can you please direct me? Thanks.

    Additional CSS:

    .widget a,
    #copyright a {
        color: #fff;
    }
    
    .widget a:hover,
    #copyright a:hover {
        color: #cc8699;
    }
    Thread Starter Coleen

    (@coleenh)

    Thanks Romik ?? that worked perfectly for the Widget sidebar menu – THANK YOU! (I would have never thought it was under Widget copyright.) Now, however, I can’t figure out how to fix the footer font color on hover… Sigh. Your help is greatly appreciated.

    This code is for the footer links hover, mentioned above:

    #copyright a:hover {
        color: #cc8699;
    }
    Thread Starter Coleen

    (@coleenh)

    Thank you!

    one last question…the menu in the sidebar doesn’t have a rollover drop down. If all the sub menus under each category that will be listed in thatmenu (there will be about 15 or so) show every story that is listed under them, the menu will take up WAY too much vertical space. Is thee a way to make those menu items have a dropdown on rollover? (please see the menu on the left hand side of my original website here: https://www.aheartbreakingchoice.com/)

    Thanks again, very much for your help.

    Those submenus on the previous website is made probably with additional coding. Menu widget is coded as it is. You could maybe try a plugin for that https://www.ads-software.com/plugins/search/menu+widget/

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Menus no displaying’ is closed to new replies.