Turn off the featured image

Home Forums All Other Themes Turn off the featured image

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #143984
    RebeccaRebecca
    Participant
    • Topics: 12
    • Replies: 27
    • Total: 39
    Member since: November 3, 2016

    Hi,

    I am using the Windows & Doors theme, and I can’t seem to turn off the featured image in all pages. All are setting as the inner Page Banner.

    https://oakhouseblinds.co.uk/conservatory-blinds-peterborough/

    Can you help please?

    Many thanks

    Rebecca

    #143996
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .innerbanner { height:180px !important;}

    Regards,
    Chris

    #144012
    RebeccaRebecca
    Participant
    • Topics: 12
    • Replies: 27
    • Total: 39
    Member since: November 3, 2016

    Hi Chris,

    Thanks for getting back to me.

    It has worked great for the desktop site but the images are still appearing on the mobile site?

    Regards

    Rebecca

    #144102
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    .innerbanner { display:none !important;}
    

    Regards,
    Chris

    #144226
    RebeccaRebecca
    Participant
    • Topics: 12
    • Replies: 27
    • Total: 39
    Member since: November 3, 2016

    Hi Chris,

    Thank you, it’s worked perfectly 🙂

    Regards

    Rebecca

    #144281
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.