Changing Tagline Background

  • Unknown's avatar

    I am currently using the dynamic new theme on my webpage and I would like to change the background behind my Tagline and was wondering how I can upload an image to that?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, are you talking about the white area in the header where your site title, “Pest Pro”, is now?

    If so, upload the image to your media library, get the URL of that image and replace URL_OF_IMAGE between the quote marks with the URL of your new image.

    #header-wrap {
        background: url("URL_OF_IMAGE") no-repeat scroll 0 0 / cover transparent;
    }

    After you get the image in, let us know if you need further adjustments on it. The image should be at least 1340px in width, and currently the height is about 135px, but we could increase the height of the header area if desired.

  • The topic ‘Changing Tagline Background’ is closed to new replies.