Menu option background

Home Forums Jevelin Theme Menu option background

Home Forums Jevelin Theme Menu option background

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • dsharpe
    Participant

    Hello, I’ve set my site background as grey, and am using a semi-transparent menu. The menu options seem to retain the body background colour and I’d like to remove it (please see attached).

     

    Thanks for your help in advance 🙂

    Attachments:
    You must be logged in to view attached files.

    Hi @dsharpe,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    dsharpe
    Participant

    Hi I’ve attached as private as it’s in devlopment

    Solution for this topic

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    html #page-container .menu-item a {
        background: transparent;
    }

    dsharpe
    Participant

    Brilliant that worked perfectly thanks!

    You are most welcome here 🙂

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