Custom CSS styling list

Discussion in 'ClassiCraft WordPress Theme' started by kalanstar, May 22, 2013.

  1. kalanstar

    kalanstar New Member

    Joined:
    May 22, 2013
    Messages:
    13
    Likes Received:
    0
    Can I get a list of all the custom CSS that can be entered into the "Styling Options" feild?

    If that's a bit too much, can I get the code to change the colors of the "post free ads" and "search" buttons?

    Also interested in changing the slider to display bigger pics with title/pricing info. (Like the slider in GeoCraft better!). Can that be done through CSS or can I get the PHP code from GeoCraft and plug it into this theme?

    Thanx

    PS: I burned through 4 listing themes and a yellowpages plugin in the past week trying to get something to work as a buy sell trade site. This is the one! Cheers!
     
  2. Nitesh

    Nitesh Support Staff

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

    For post and search button
    Go to the
    classicrafttheme\images and edit images (btn-center.png, btn-right.png, btn-left.png, search-button.png) through Photoshop or any other image editing tool.

    And same them with the same name.

    For slider.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #slider_wrapper #cc_carousel{
    max-height:200px;}
     
    #slider_wrapper li img {
    height: 168px;
    width:168px;}
     
    #slider_wrapper .jcarousel-next-horizontal {
    top:79px;}
    #slider_wrapper .jcarousel-prev-horizontal {
    top: 79px;}
     
  3. kalanstar

    kalanstar New Member

    Joined:
    May 22, 2013
    Messages:
    13
    Likes Received:
    0
    Cool, I can post again...

    Thanks for the info.

    I tried the custom widths from you code, but all it did was stretch the thumbnails, so low quality... I switched back to defaults. Is there a code so the slider pulls the images from the original files?
     
  4. Nitesh

    Nitesh Support Staff

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

    After add css above, in the custom css.
    Go to the Appearance > Editor > index.php and make changes as shown in the image.

    [​IMG]
     
  5. kalanstar

    kalanstar New Member

    Joined:
    May 22, 2013
    Messages:
    13
    Likes Received:
    0
    Cheers. Will try that.
     
  6. kalanstar

    kalanstar New Member

    Joined:
    May 22, 2013
    Messages:
    13
    Likes Received:
    0
    FYI: In order to have the slider for category views to display the same resolution as on the home page, the thumbnail pixel size must be edited in taxonomy-cate.php as well at lines 130 and 132.

     

Share This Page