Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #124313
    effess
    Participant

    Is there a way to put an adaptive image behind the header (that contains the logo, tag line & primary menu)? https://www.sonomalavender.com/ Thank you.

    #124341
    Mahesh
    Keymaster

    @effess: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #hgroup-wrap, #secondary-menu {
        background-color: none;
    }
    
    #masthead {
        background-image: url("PUT_YOUR_IMAGE_URL_HERE");
    }

    Note: Please replace PUT_YOUR_IMAGE_URL_HERE with you desired image url.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Catch Kathmandu Pro image behind logo?’ is closed to new replies.