Hide/remove showcase-thumbnail-container

Discussion in 'Infoway WordPress Theme' started by matlars, Apr 6, 2015.

  1. matlars

    matlars Member

    Joined:
    Feb 19, 2012
    Messages:
    92
    Likes Received:
    0
    Hi
    How can I hide/reomve showcase-thumbnail-container from the slideshow?
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, matlars!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .showcase-thumbnail-container {
      display: none !important;
    }
    Thanks,
    Praveen
     
  3. matlars

    matlars Member

    Joined:
    Feb 19, 2012
    Messages:
    92
    Likes Received:
    0
    In mobile version, it becomes empty field during the slideshow? ..
     

    Attached Files:

    • 1.PNG
      1.PNG
      File size:
      104.3 KB
      Views:
      5
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, matlars!

    Please provide us URL of your website.

    Thanks,
    Praveen
     
  5. matlars

    matlars Member

    Joined:
    Feb 19, 2012
    Messages:
    92
    Likes Received:
    0
    sa-vent.se
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, matlars!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 767px) and (min-width: 480px){
    #featured {
      height: 164px !important;
      }
    }
    @media only screen and (max-width: 480px){
    #featured {
      height: 99px !important;
    }
    }
    Regards,
    Praveen
     

Share This Page