Remove Featured Slider Lables/Buttons to make room for images

Discussion in 'Infoway WordPress Theme' started by joblak1, Jun 3, 2014.

Thread Status:
Not open for further replies.
  1. joblak1

    joblak1 Guest

    Joined:
    May 15, 2014
    Messages:
    20
    Likes Received:
    0
    Hi, I am trying to upload images but the slider titles or buttons are cutting off the image. Also the image looks stretched and blurred. What are the right file types and dimentions so I can upload a new image that looks good.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .showcase-thumbnail-container{
    display:none;
    } 
    2. Recommended dimension for slider image is 950px width x 370px height.


    Thanks & Regards
    Gourav Shrivastava
     
  3. joblak1

    joblak1 Guest

    Joined:
    May 15, 2014
    Messages:
    20
    Likes Received:
    0
    Hello, I input the cs css but the display has not changed. The image is still only covering 3/4 of the main blog page
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #featured {
    padding-right: 0px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. joblak1

    joblak1 Guest

    Joined:
    May 15, 2014
    Messages:
    20
    Likes Received:
    0
    This worked! Thanks
     
Thread Status:
Not open for further replies.

Share This Page