Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #241622
    Sanket
    Participant

    Hello
    I have recently upgraded Simple Catch Pro version 4. After upgrade, my header background image is deleted and it shows a grayish grainy color. I would like to add a background image to the header instead. How would I do that?

    My website URL is https://www.myblog.medtreatserve.com

    #241636
    Skandha
    Participant

    @sanket: Hello Sanket,
    Do you mean to add a header image? If so,
    Go to => Appearance => Customize => Header Image => Select an Image and Publish.

    Kind Regards,
    Skandha

    #241667
    Sanket
    Participant

    Hello Skandha
    No I didnt mean adding the header image. I want to change/ add image on the background. I had done it some time back using Custom CSS code, which was suggested to me by your team last year. It was like … Go to => Appearance => Customize => Theme Options => Custom CSS
    But when I am doing it now, I couldn’t fine Custom CSS option.
    Please guide further

    Thanks

    #241746
    Skandha
    Participant

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

    #masthead {
        background: url(images/header-bg.jpg) repeat;
        border-bottom: 1px solid #dfdfdf;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #241772
    Sanket
    Participant

    Thanks. That helped.
    1 more thing… How doni change the font color of post description on the slider. The one that comes below the featured image on the slider?

    #241773
    Skandha
    Participant

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

    .featured-slider .entry-container {
        color: #fff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Add background image to the header’ is closed to new replies.