Main Menu background color

Home Forums Duelmotion – WordPress Theme Main Menu background color

This topic contains 8 replies, has 2 voices, and was last updated by  ab-themes 7 years, 10 months ago.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #17166

    vividis
    Participant

    Hi I need to change the header menu color to more transparent black how do I go about doing that. Also where do I change the light grey font color of the site.

    #17176

    ab-themes
    Keymaster

    Hello,

    do you mean color on menu items?
    You can change it in: wp-content\themes\duelmotion\style.css on line 819 you’ll see this code:

    nav > ul > .current-menu-item > a, nav > ul > .current-post-ancestor > a, nav > ul > .current-menu-ancestor > a {
        color: #505050;
    }

    this is for current menu items.

    Header background can be changed in the same file, line 590, you’ll see this code:

    #dm_main_header {
        width: 100%;
        background: #fff;
        padding: 30px 40px;
        box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
        z-index: 9999;
    }

    just change background value.

    Please, let us know if that helped you.

    Regards

    #17226

    vividis
    Participant

    Okay thank you very much.

    #17242

    ab-themes
    Keymaster

    Happy to help :)

    #17263

    vividis
    Participant

    Hello, Is there a way to push my homepage Rev Slider all the way to the top underneath the nav bar instead of the white backround showing causing my transparent nav bar to show grey?

    #17265

    vividis
    Participant

    Found the fix you gave earlier: #dm_header_spacer{display:none !important;} Great!
    I am still getting a strange white space at the top of the page can this be fixed?

    #17289

    ab-themes
    Keymaster

    Hello,

    sorry for the late reply.

    Have you already found a way how to fix white space at the top of the page, beacuse we can not see any white space.
    In which cases that white space appears?
    Is it only when you are logged?

    #17314

    vividis
    Participant

    Hi I believe I have solved it thank you!

    #17325

    ab-themes
    Keymaster

    Hi,

    glad to hear that :)

    Cheers

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Main Menu background color’ is closed to new replies.