• Resolved advent12

    (@advent12)


    Hi there.
    I am wondering if a featured image can be used on my pages. It only seems an option for the ‘front page latest post format’ in settings reading.

    If this is not possible, is there a widget I can add to get an image at the top of the page?

    website is https://insightstatistics.com/

    Thanks.

Viewing 1 replies (of 1 total)
  • Hello,

    Please install the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:

    .header.header{
    background-image: url('ENTER YOUR IMAGE ADDRESS HERE');
    position: relative;
        padding: 180px 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    
    }

    Regards,
    Gourav

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Image Zerif’ is closed to new replies.