Remove the home page feature images

Discussion in 'SpotMoto WordPress Theme' started by sgsherman, Apr 20, 2013.

  1. sgsherman

    sgsherman New Member

    Joined:
    Apr 17, 2013
    Messages:
    10
    Likes Received:
    0
    How do I remove or disable the home page feature images? I may want to add some in the future, but for now I don't want them to appear on my website. Thank you.
     
  2. sgsherman

    sgsherman New Member

    Joined:
    Apr 17, 2013
    Messages:
    10
    Likes Received:
    0
    Also, how do I remove the link button in the home page sliders?
     
  3. sgsherman

    sgsherman New Member

    Joined:
    Apr 17, 2013
    Messages:
    10
    Likes Received:
    0
    One more question. How do I change the text in the post buttons?
     
  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

    1)
    Code:
    .advertisement_container .advertisement_content ul {
    display: none;}
     
    .advertisement_container {
    padding: 0;
    }
    2)
    Code:
    .flexslider .slides .content a.btn-2{display:none;}
    3) Open front-page.php and make changes as shown in image.

    [​IMG]
     
  5. sgsherman

    sgsherman New Member

    Joined:
    Apr 17, 2013
    Messages:
    10
    Likes Received:
    0
    Thank you so much the first two answers worked just great. The answer to the third question about the post buttons text worked, the text was changed, but now the button box is no longer there, all I see is the text.
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Do let us know your website link.
     

Share This Page