background image in header

  • Resolved
    Posted in: Highend WP Theme  
  • Customer
    doezcoop
    January 13, 2022 at 4:17 pm #155994

    I have a background image in the header with the navigation below it. My problem is that the image repeats in the navigation bar because the class .container is in both. This is my code:
    #header-inner-bg .container{
    background-image: url(http://localhost:8888/wp-content/uploads/SPTheaderbg2.png)!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover;
    }

    How can I solve this? Do I need to edit the page template to change one of the container IDs and if so where is it?

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

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.