• The menu navigation is okay on this theme. Prefer standard buttons over the Tabs though. can I change those? If so, how? Also, it might look better the way it is if I could add space below the tabs and before the content area if that possible?

    Finally, I cant seem to figure out which part in the style.css is for the default color of the drop down menu BEFORE you hover. Mine stuck on white.

    Thanks

Viewing 10 replies - 16 through 25 (of 25 total)
  • Same way with any other css you may have for those items, you can also add that to your stylesheet as long as you remember the !important mark in your style item. Hence (color:#ffffff !important;). the “!important” mark makes this style item overwrite any style item with the same class or id in this or any other stylesheets. Let me know if this works for you.
    Also, one more note, dont forget the id or class marker at the beginning of the style item. like so ( .dotisforaclassofsomethingIwantStyled {} and #hashtagforidofsomethingIwantStyled {} ) the . or the # are important.

    Thread Starter wthomasUW

    (@wthomasuw)

    I included those in my Custom CSS and unfortunately it made no difference.

    Or do I need to start the CSS coding with some other syntax first?

    For example, in html we use <html> to start and </html> to finish

    In the Custom CSS box, do I need to put anything other than the syntax you provided above? Thanks

    Thread Starter wthomasUW

    (@wthomasuw)

    Actually. I think the syntax may have worked… just not for what I wanted. ?? I am actually looking to change the color of the background on the drop down menu items. Right now they are white and I cant seem to change that or the text or the hover color ALL on the drop down menu items from the main navigation. any ideas?

    Ok, your gonna want to change these then

    .nav li li a {
        background: none repeat scroll 0 0 #1B1B1B;
        color: #C9C9C9;
    }

    thats the drop down background and then your gonna want to change this for the dropdown background

    .nav li ul {
        background: none repeat scroll 0 0 #FF0000;
    }

    Just change the backgroud-color: to what ever hex value you like. If you need the hex values try this link for a color picker hex value generator https://www.colorpicker.com/ you can drag around to get to the color you want and the hex value is at the top just above the color picker. Hope this helps.

    I am trying to change the font size; color and spacing on the menu and sub menus. I’ve spent hours pouring over the style.css and the .php files and code necessary to change these items are not visible.

    Any assistance would be greatly appreciated.

    https://ztinstitute.com

    @hrobinson99 – please start your own thread if you need help. You are not using the same theme and it is rude to hijack someone else’s thread: https://codex.www.ads-software.com/Forum_Welcome#Where_To_Post

    @wpyogi… This is the Mantra theme. Unless, there is more than the 1 free theme, then I am posting in the correct location.

    The Mantra copyright is very visible below the footer, which I am also working to correct.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry, Hrobinson99 you’ll need to post on a new thread.
    This is not the thread of the entire Mantra theme. This is the thread of one person who required help on their issue. That person created this thread.

    @andrew. Thank you for clarify that. This was my first time posting and I didn’t notice the rules.

    reflection

    (@reflection_ewuyahoocom)

    Hi There,

    would you please help out about my query. actually i want to decorate webpage menu. for example button system. if you can browse below link, i believe you can understand easily , what exactly i m looking for.

    THANKS

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘Menu style’ is closed to new replies.