Search Results Page

Discussion in 'Figero WordPress Theme' started by raindogsolutions, Oct 30, 2013.

Thread Status:
Not open for further replies.
  1. raindogsolutions

    raindogsolutions New Member

    Joined:
    May 11, 2013
    Messages:
    5
    Likes Received:
    0
    Hello,

    I am using Figero Pro and would like to remove the default pushpin icon and "Category: " text that appears after each item listed on the Search Results page. Please let me know what to do...

    Thanks in advance for your help, and for this excellent WordPress theme! :)
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .cat {
    visibility: hidden;
    }
     
  3. raindogsolutions

    raindogsolutions New Member

    Joined:
    May 11, 2013
    Messages:
    5
    Likes Received:
    0
    Thank you Gourav. One more related item: I would also like to remove the "posted by _____ on _____" text that appears in each search result as well. Thanks again for your help!
     
  4. Nitesh

    Nitesh Support Staff

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


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-info .light {
    display: none;
    }
     
  5. raindogsolutions

    raindogsolutions New Member

    Joined:
    May 11, 2013
    Messages:
    5
    Likes Received:
    0
    Perfect, thanks!
     
Thread Status:
Not open for further replies.

Share This Page