Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author nobita

    (@nobita)

    Hi debriscreator

    Appearance / Menu

    parent menu set CSS class

    examples

    gradient-4, gradient-3,gradient-2, gradient-1, gradient1,gradient2,gradideent3,gradient4.

    or

    color-5,color-4,…..color4,color5.

    or your custum class add

    example

    parent memu add CSS class ‘food’ then

    Appearance / Customize /

    Advanced / Site-wide CSS

    value set

    .food *,
    .food{
    background:green;
    color:white;
    }

    save.

    Thank you.

    Thread Starter debriscreator

    (@debriscreator)

    how do I change existing css to edit color? I don’t want to rewrite code only css. thank you.

    Theme Author nobita

    (@nobita)

    Can you explain it or want to change to any color scheme the menu bar?

    Raindrops color class, gradient class will be changed automatically depending on the setting of the base color of the customizer.

    Dashboard / Customize / Presentation / Color Scheme /

    Depending on the specified color of the base color, the color of the 10 colors are generated, they are assigned to each color class.

    Site-wide CSS also customize settings perform the theme of the update are available so that they are not lost.

    Thread Starter debriscreator

    (@debriscreator)

    oh I see thank you.

    I only want to change only the background for the top menu and not the entire base color. is there a class I can use in css?

    example

    .topmenu{background-color:#fff;}

    Thank you for your help.

    Theme Author nobita

    (@nobita)

    /* menu bar background */
    #top #access{
        background:#fff;
    }
    /* link */
    #top #access .children a,
    #top #access .sub-menu a,
    #top #access a{
        background:#fff;
        color:#000;
    }
    /* link hover */
    #top #access .children a:hover,
    #top #access .sub-menu a:hover,
    #top #access a:hover{
        opacity:1;
        background:#f99;
        color:#000;
    }

    thank you.

    Thread Starter debriscreator

    (@debriscreator)

    thank you very much that helped a lot… how about the selected menu item? also… do you have this info for the side menus? let me know your paypal I will donate.

    Theme Author nobita

    (@nobita)

    Currently I do not have a donation link.

    If you are, if you can bring really like this theme, I’m glad and willing to write a review.

    https://wordpress.org/support/view/theme-reviews/raindrops

    Thank you.

    Thread Starter debriscreator

    (@debriscreator)

    found the way to change the menu color on the side menus by searching the threads in this forum. heres my site

    http://www.georgescylinderhead.com

    I removed your credits at the bottom at the request of the client. thanks again. awesome theme.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Change menu color’ is closed to new replies.