• Cómo puedo cambiar el color de fondo en los cuadros “leer más” de lo slider y de los iconos en las áreas. Por defecto es azul y no está de acuerdo con los temas de mi página. Agradezco su ayuda

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello fabivar99,

    You can chnage the backgrond color of the slider button with the help of custom css.

    To make the change you want you can achieve this using custom css. Please add the following custom css to your site via either a child theme or directly from the Apperance -> Customize -> Additional css

    #slider .featured-link a {
    background:red !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter fabivar99

    (@fabivar99)

    Hola:
    Funcionó muy bien gracias!!
    Sin embargo faltaría hacer el mismo ajuste para el fondo del icono y “leer más” en los botones de las secciones área. Cuál sería el código.

    Quedo atenta

    Hello fabivar99,

    As per my understanding you want to change the background color of read more button under featured content. I am giving the css for this section , for better understanding please refer the screenshot-

    OnPaste.20180228-170808

    To make the change you want you can achieve this using custom css. Please add the following custom css to your site via either a child theme or directly from the Apperance -> Customize -> Additional css

    a.themebutton2 {
    color: #ffffff !important;
    background: red !important;
    }
    

    If the above solution don’t meet with the requirement. Please share the page url and screenshot via onpaste.com . So i can have a close look at the issue.

    Kind regards,

    Manoj

    Thread Starter fabivar99

    (@fabivar99)

    Hola!!

    Claro que ha funcionado el CSS en los botones leer más; de acuerdo a tus indicaciones aquí está la captura de pantalla en donde te se?alo los colores de fondo que también deseo cambiar.

    OnPaste.20180301-123447

    Agradezco tu interés

    Saludos cordiales.

    Thread Starter fabivar99

    (@fabivar99)

    Hola:

    Agradecería el apoyo para seguir acondicionando mi sitio, con la indicación de cóo puedo modificar el color de fondo en los íconos de los botones de secciones que se?alo en este enlace.

    OnPaste.20180301-123447

    Quedo atenta.

    Hi Fabivar,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    .services-builder.style1 .iconimage i {
      background: red;
    }

    Thanks!

    Thread Starter fabivar99

    (@fabivar99)

    Hola:
    Ha funcionado como esperaba.
    Muchas gracias por tu oportuna respuesta.
    Saludos,

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘CAMBIAR COLORES FONDO DE TEXTOS-ICONOS’ is closed to new replies.