Remove Featured Image Area – SKT Hotel

Home Forums Hotel Pro Remove Featured Image Area – SKT Hotel

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #133852
    info1426info1426
    Participant
    • Topics: 25
    • Replies: 10
    • Total: 35
    Member since: December 2, 2018

    Hello,

    I would like to remove the featured image area without leaving a space holder on all pages. I tried CSS code that you gave me to do this on another theme

    .page_head, .post_head
    { display:none !important;}

    but this didn’t work. Please instruct me on how to remove this area from this theme.

    The website is: http://atwoodhousebandb.com/testsite/

    Thank you!

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

    Hi,

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

    Add this code there:

    .innerbanner {
        display: none;
    }

    Regards,
    Brad

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