• Resolved DebT

    (@debbiet)


    Hi there, just getting used to Enigma, love the theme!

    Can someone tell me how to change the blue in the menu dropdown child pages? I’ve been through the CSS so many times and can’t figure out where it’s coming from. Just go here: http://hopefarmsproject.org/ and hover over About Us or Our Animals.

    Also, I’ve noticed some misspellings in the style sheets, for instance in style.css

    .enigma_proejct_button{
    .enigma_proejct_button a {

    should be “project” — I’ve seen a few others: should I be correcting the misspellings as I find them?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi..

    Please go to Admin Dashboard >> Appearance >> Theme Options >> General Options

    Now copy below code in Custom CSS editor.

    .dropdown-menu li a
    {
       background-color: COLOR-CODE !important;
    }

    Here COLOR-CODE is replaced by your desired color.

    Save the changes.

    Thanks.

    Thread Starter DebT

    (@debbiet)

    Thanks, that did it!

    Hi,

    Most Welcome.

    Thanks & Merry Christmas.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dropdown color plus typos in CSS’ is closed to new replies.