Featured Slide

Discussion in 'ClassiCraft WordPress Theme' started by socialsmash, Sep 30, 2014.

  1. socialsmash

    socialsmash New Member

    Joined:
    Sep 29, 2014
    Messages:
    21
    Likes Received:
    0
    Hi,

    Is there a wy to increase the size of the images that show in the featured slider?

    Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    ul#cc_carousel img
    {
    height:200px;
    width:200px;
    }
    Changing size of image effects the slider.
    Thanks & Regards
    Pramod
     
  3. socialsmash

    socialsmash New Member

    Joined:
    Sep 29, 2014
    Messages:
    21
    Likes Received:
    0
    Hi,

    This did not affect the size at all still the same size on Featured slider on home page ?

    Thanks
     
  4. Krish

    Krish Support Staff

    Joined:
    Oct 22, 2012
    Messages:
    210
    Likes Received:
    1
    Location:
    India
    Hi socialsmash,

    Follow the steps: Go to theme directory and find index.php and go to line number 112 as shown in attached screenshot and set your number of listing on featured slider. If you want to do same on category page, follow same steps on taxonomy-cate.php.

    I hove this will solve your issue.
     

    Attached Files:

Share This Page