Referring to the Homepage Slider

Discussion in 'ClassiCraft WordPress Theme' started by bwdaugherty, Mar 12, 2013.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I am interested to know if the homepage slider images could be made bigger? It would also be helpful to see a title for ad when mouse is hovered over them - I imagine that could be addressed in the future. Thanks for your continued support. You guys do a great job! Thank you!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #slider_wrapper li img {
    height: 100px;
    width: 130px;
    }
     
    #slider_wrapper #cc_carousel {
    max-height: 128px;
    }

    2.
    Thanks for suggestion, We try to add this feature in our future update.
     

Share This Page