Remove Page Image – Healing Touch pro

Home Forums Medical Remove Page Image – Healing Touch pro

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #82855
    RalfRalf
    Participant
    • Topics: 8
    • Replies: 32
    • Total: 40
    Member since: January 6, 2017

    Hi Team,

    in several cases it is useful to have a page without an image (e.g. if I will show a page with a photo gallery.

    I’ve tried to use a transparant pixel, which works – no image shown – but the space for the image is still occupied.
    So my question: Is it possible to definer – per page – NO image as Page image?

    example with useful image: www.korell.org/diss .
    example where I do not want to have an image (1×1.png, transparent pixel used) but the space is still occupied:
    www.korell.org/cv

    Thanks & regards,
    Ralf

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

    Hi,

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

    Add this code there:

    .innerbanner img { height:auto;}

    Regards,
    Chris

    #82910
    RalfRalf
    Participant
    • Topics: 8
    • Replies: 32
    • Total: 40
    Member since: January 6, 2017

    Hi Chris,
    work perfect.
    Thanks.

    Is there an easy as this way to adjust the size of the slider images to something smaller in heigth?

    Kindest regrds,
    Ralf

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

    Hi,

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

    Add this code there:

    .nivoSlider { height:550px !important;}
    
    @media screen and (max-width:1023px) {
    .nivoSlider { height:auto !important;}
    }

    Regards,
    Chris

    #82919
    RalfRalf
    Participant
    • Topics: 8
    • Replies: 32
    • Total: 40
    Member since: January 6, 2017

    Hi Chris,
    thanks for this fast reply.
    the “heigth:auto” will override “height:550px” ?

    regards,
    Ralf

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

    Yes

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