menu transparent demo

Home Forums Salamat WordPress Theme menu transparent demo

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18001

    mel-wd
    Participant

    hi, how to make the menu bar to be transparent with the link in white on the slider as in your demo and then it changes color when it goes down.

    thank you very much

    #18002

    mel-wd
    Participant

    for revelance wordpress theme sorry

    #18010

    ab-themes
    Keymaster

    Hello, if I understand you correctly, you want that your header is always transparent.

    For that you will have to change couple of things in CSS code(all the changes will be made in style.css file).

    1.) Find this code:

    #abdev_main_header.sticky {
        background: #fff;
    }

    and replace #fff value with transparent

    2.) Find this code:

    nav > ul > li > a {
        margin-left: 32px;
    }

    and make it look like this:

    nav > ul > li > a {
        margin-left: 32px;
        color: #fff;
    }

    That should be it.

    Best Regards

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

The forum ‘Salamat WordPress Theme’ is closed to new topics and replies.