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!
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;}
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?
Hello, After add css above, in the custom css. Go to the Appearance > Editor > index.php and make changes as shown in the image.
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.