deleting call to action button and text

Discussion in 'Poloray WordPress Theme' started by bethkoritz, May 30, 2013.

  1. bethkoritz

    bethkoritz New Member

    Joined:
    May 21, 2013
    Messages:
    15
    Likes Received:
    0
    I don't want to have "Premium Wordpress Themes....... "text or the "Get The Item Now" button on my home page. How can I delete both of these?
    thanks
     
  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:
    .top_content_wrapper {
    display: none;
    }
     

Share This Page