• Resolved Vorteth

    (@vorteth)


    Hello,

    I am trying out your theme, WHICH IS AWESOME by the way.

    I found various editing options for the theme, but REALLY want to know how to change the color of the background/link in the dropdown menus in the theme.

    By any chance do you know where to make this change?

Viewing 7 replies - 1 through 7 (of 7 total)
  • CypressWebs

    (@jmeyer2485)

    Do you have a link to your site?

    Thread Starter Vorteth

    (@vorteth)

    Sure.

    agent20991.com

    The categories has a white background and grey text, I really want to make the background black to match the rest of the site.

    CypressWebs

    (@jmeyer2485)

    Try this is your child theme or CSS editor:

    select {
        border: 1px solid #CCC;
        color: #FFF;
        background: none repeat scroll 0% 0% #202020;
    }

    Thread Starter Vorteth

    (@vorteth)

    Apologies, which php file would I put it in?

    CypressWebs

    (@jmeyer2485)

    You not use php. Download this CSS editor Simple Custom CSS And paste that code into it. after you have activated the plugin.

    Thread Starter Vorteth

    (@vorteth)

    THANKS, that worked!

    CypressWebs

    (@jmeyer2485)

    Awesome, please mark as resolved

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Changing drop down sidebar colors’ is closed to new replies.