Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #284443
    ReenaD10
    Participant

    Hi! My primary menu currently has a white background. I would like to place a background image on that white part excluding the Home page. How can I do that? I’m using SimClick.

    #284462
    Skandha
    Participant

    @reenad10: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) #site-header-menu {
        background-image: url("http://infigotechsolutions.com/wp/wp-content/uploads/2021/06/infigo-pattern-1.png");
    }

    Replace the url with the image url of your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Background Image on Primary Menu’ is closed to new replies.