SKT CutsnStyle theme

Home Forums All Other Themes SKT CutsnStyle theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #51283
    AbdikaniAbdikani
    Member
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: October 25, 2016

    I am having a problem to disable the welcome section text on my homepage. Second I would like to add Producten and services that we tried to create gallery but the images sizes are not same size when I add images. I would like to add two url first is my website http://sandras-fashionhairshop.com/ and this one http://www.christyshaircarebeauty.nl/ is my friends one which I need to be my website thanks. Do you have live chat support because I mailed last time we didnot recieve and answer?

    #51370
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

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

    Add this code there:

    #wrapOne { display:none;}
    .services-thumb {height:280px; overflow:hidden;}
    .services-col .services-thumb img { min-height:280px;}
    .services-col .services-content { width:94%; box-sizing:border-box;}

    @media screen and (max-width:1023px) {
    .services-thumb {height:180px; overflow:hidden;}
    .services-col .services-thumb img { min-height:180px;}
    }

    Regards,
    Shri

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