read more

Discussion in 'RoadFighter WordPress Theme' started by playerisima, May 28, 2013.

  1. playerisima

    playerisima New Member

    Joined:
    Apr 25, 2013
    Messages:
    19
    Likes Received:
    1
    Hola, me gustaria eliminar varias cosa del tema: 1º quiero eliminar de la pagina principal el cuadro del telefono. 2º quiero eliminar "read more" de las imagenes del slider. 3º Me gustaria eliminar el "read more" de las tres principales columnas.
    Tambien quiero saber como hacer para que solo aparezca el boton de facebook y eliminar todos los demas.
    Muchas gracias por su ayuda
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    1). To remove the contact box from the home page, paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .header_wrapper .call-us {
    display: none;
    }
    2). To remove the "read more" text from the slider, paste the following code in your Custom CSS
    Code:
    .flex-caption a.slider-readmore {
    display: none;
    }
    
    3). To remove the "read more" text from Three columns area of the Home page, paste the following code in your Custom CSS
    Code:
    .feature-content .feature-content-inner .feature-content-text a.read-more {
    display: none;
    }
    4). Go to the Social Icons Panel (Appearance -> Theme Options ->Social Icons) and paste the URL link only in the Facebook URL section
    and other social logo URL section remain blank.
     
  3. playerisima

    playerisima New Member

    Joined:
    Apr 25, 2013
    Messages:
    19
    Likes Received:
    1
    Muchas gracias Piyush. Esta perfecto!!
     
    Piyush likes this.
  4. elames3

    elames3 Member

    Joined:
    Jan 16, 2012
    Messages:
    89
    Likes Received:
    0
    I did that for the Social Icons. Only have facebook and put in the url. All the icons are still showing:(
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page