Recomended picture size

Discussion in 'Slice WordPress Theme' started by dinobravo10, Sep 18, 2014.

  1. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    1. What is the recommended picture size of the First,Second and Third Feature Column Images and is there an option of increasing the size of the images? See attachment.

    2. How do i remove the "more" link at the bottom of the Column Description?
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. The recommended size for the featured are image is 255px X 197px.
    2. To remove More link from column description use following css code in Custom css.
    Code:
    .index-feature .feature-item h5 {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page