Viewing 13 replies - 1 through 13 (of 13 total)
  • A link to your site would help.

    Cheers

    PAE

    Thread Starter minimatical

    (@minimatical)

    I’m sorry, this is a new website and I have it just in local for now!

    I have take a screenshot of menu, you can see it here:
    https://i35.photobucket.com/albums/d159/Hippyitaly/Temp/sottomenu.jpg

    I have change all the black text with a yellow/brown color (RGB: #fdf3d1), so now I need change also the submenu background color from white to red!

    I hope this is possible, but I don’t know how I can change my style.css!

    No. A screen shot won’t do. I need to be able to see the CSS (don’t post it here – it’s against the rules).

    I’ll download the theme and see what I can find out.

    Cheers

    PAE

    OK. Did that.

    It looks as though this is the rule you need to be looking at:

    .nav ul ul {
      ...
      background-color: #FFFFFF;
      ...
    }

    I’d strongly advise you to create a Child Theme in order to make changes. It takes no more than 5 minutes and can save you loads of grief later.

    To change the background colour of the dropdowns, just create a new rule in your child theme’s style sheet:

    .nav ul ul {
      background-color: #F00; /* or whatever colour you want */
    }

    HTH

    PAE

    Thread Starter minimatical

    (@minimatical)

    oh yess!!!!!!!!! it’s that!!
    realy thank you!!

    CIAO!!!

    De nada

    PAE

    Hello,

    I need help.
    I’m using echoes theme: https://www.imaginemthemes.com/demo/echoes/echoes-red/

    and the website I’m working on is https://www.evolvecare.com

    I currently have the same need to change the color of the drop down menu.
    I have the help manual for echoes theme that says, “If you would like to edit the color, font, or style of any elements in one of these columns, you would do the following:

    #contents { color: #someColor; }

    If you find that your new style is not overriding, it is most likely because of a specificity problem. Scroll down in your CSS file and make sure that there isn’t a similar style that has more weight.

    #contents .posttitle { color: #someColor; }”

    I’ve looked in the CSS for that and I can not find it, and when I click into the menu.php there is nothing.

    Thank you to anyone who can offer direction and help.
    I appreciate it.

    Is creating a Child Theme in order to make changes the same as activating a plugin called one-click-child-theme?

    @navarrete

    please start your own topic.

    you are using a different theme, therefore your problem is not related to this topic.

    okay thank you.
    How do I go about doing that?

    for instance, goto https://www.ads-software.com/support/forum/themes-and-templates
    then scroll down to get to the ‘New Topic in this Forum’ section

    Hi I feel silly all over I see posts on how to change colour of drop down menu in minimatica but I cant even get a dropdown menu on my site.
    I have tried adding to the regular menu then pulling it to the right but as soon as I save it returns to one level.
    This is the site
    https://ec2-107-22-68-106.compute-1.amazonaws.com/pressCMS/wordpress/
    I need it to have drop down menus
    Also I am a female developer and I really wanted to show my male friends I can develop too but so far I’m not getting that far

    I got it to work thanks, only works in firefox but still greatfull

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Colour in dropdown menu’ is closed to new replies.