How to remove the two buttons from the Home Page?

Discussion in 'Figero WordPress Theme' started by jjcao, Nov 7, 2012.

  1. jjcao

    jjcao Guest

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    0
    I would like to remove the two buttons from the Home Page, i.e. Slide * Text For First Button, Slide * Text For Second Button. Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slide .entry {
    display: none;
    }
     
  3. jjcao

    jjcao Guest

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    0
    Thanks.

    Buttons removed. But the text descriptions are also removed.
    1. So my question is how to keep text description without buttons.
    2. Or how to make the slide image full page width and make the left and right arrows smaller or more transprant?

    http://223.4.158.139/

    Thanks again.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    a.btn-1, a.btn-2{
    background-image:none;
    }
    a.btn-1:hover, a.btn-2:hover{
    background-image:none;
    }
    2.Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    If this isn't something you're able to do then you would need to hire a developer for this.

    Take care.
     

Share This Page