• Resolved danechelon

    (@danechelon)


    Hello,

    I am attempting to use your template on a site I am building, but am having difficulty in removing the colors that the css is putting in there for the navigation.

    I don’t wish to have any background colour behind the current selected page on the navigation but it is automatically putting a white background behind it as seen here: https://echeloncreations.com/Screenshot_3.png

    I know that you can change the colours in the customizer, but are you able to remove the background colour from it?

    Kind Regards,

    Dan

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Use below css in Custom Css Editor in Customizer General Section

    .menu_button_mode:not(.header_on_side) #navy > li.current_page_item > a{
    background:transparent;
    }

    This css is not tested but it should do the job. ??

    Thanks

    Thread Starter danechelon

    (@danechelon)

    Hello,

    Thank you for your reply.

    I have tried this in both the Custom Css Editor in Customizer General Section and also tried it in the Style.css in the Editor, but neither are making it work. The white background is still there.

    Dan.

    webhuntsupport

    (@webhuntsupport)

    Hi,

    Please provide the site URL.

    Thanks

    Thread Starter danechelon

    (@danechelon)

    webhuntsupport

    (@webhuntsupport)

    Hi,

    Please Try this:

    .menu_button_mode:not(.header_on_side) #navy > li.current_page_item > a, .menu_button_mode:not(.header_on_side) #navy > li.current_page_item:hover > a {
        background: transparent !important;
    }

    Hope it will work for you.

    Thanks

    Thread Starter danechelon

    (@danechelon)

    Perfect, Thank you for your help.

    webhuntsupport

    (@webhuntsupport)

    Most Welcome.

    Thank You

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Inline CSS Colors’ is closed to new replies.