Homepage Slider

Home Forums SKT Full Width Forum Homepage Slider

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #121573
    alan.ramadanovicalan.ramadanovic
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: January 20, 2018

    Hi, can I disable or cancel the Homepage Slider?

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

    Hi,

    Kindly show us your website URL please?

    Regards,
    Dave

    #121601
    alan.ramadanovicalan.ramadanovic
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: January 20, 2018

    https://penkalo.com

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

    Hi,

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

    Add this code there:

    .slider-main { display:none !important;}

    Regards,
    Dave

    #122036
    alan.ramadanovicalan.ramadanovic
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: January 20, 2018

    Hi Dave,

    there is still the menu in the header left “Startseite and Impressum” what can I do, to remove it completely?

    Thank you

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

    Hi,

    Kindly use this one

    .header {
        display: none;
    }
    
    #header {
        padding-top: 0;
    }

    Regards,
    Dave

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