Need help with custom css

Discussion in 'ClassiCraft WordPress Theme' started by eurekaweb, Sep 22, 2014.

  1. eurekaweb

    eurekaweb New Member

    Joined:
    Nov 26, 2013
    Messages:
    11
    Likes Received:
    0
    Hello
    I set up my site using clasicraft and customized it to our requirements. The site is http://ozydesi.com
    If u see it, you can see there is a Text just above the thumbnail scroller on Homepage which says "
    Search By Keyword & Zipcode "--I want to change it to "Featured Ads" and also I want to reduce the space between this line and the thumbnail scroll er. Could u pls help asap? Thank you very much
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    For reducing space
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .search_wrapper h2 {
    margin-bottom: 9px;
    }
    change Keyword & Zipcode
    from your index.php or searchform.php where you write Keyword & Zipcode.
    Thanks & Regards
    Pramod
     

Share This Page