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
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.
I did that for the Social Icons. Only have facebook and put in the url. All the icons are still showing
Follow the link given below, this will solve your issue. http://content.screencast.com/users...56-4e5c-9c1c-0e043c7cfd13/2013-06-04_1648.png