• Resolved Dunass

    (@dunass)


    Hola buenas,
    quisiera saber como puedo cambiar el color de la plantilla que ahora está en rosa a otro color.

    También saber cómo cambiar el color de las páginas, y el del menú tanto el fondo como el color rosa que sale cuando posiciono el ratón.

    Gracias

Viewing 15 replies - 1 through 15 (of 16 total)
  • Hola,

    Por favor, comparta URL del sitio web aquí .

    gracias

    Thread Starter Dunass

    (@dunass)

    https://fonotaxi.net/wp/

    es el tema Chronicle

    Hola,

    Esta función está disponible en nuestro tema premium .

    Hay una gran cantidad de combinaciones de colores .

    Si usted quiere cambiar el color de la plantilla y luego inspeccionar el elemento sobre

    esa sección y editar el código de color en la que desea cambiar.

    Simplemente haga clic en el botón derecho del ratón y seleccione inspeccionar el elemento .

    gracias

    Thread Starter Dunass

    (@dunass)

    Hola,
    he probado lo de inspeccionar elemento pero no me deja editar.

    No se como cambiar el color rosa.

    Hi,

    First download simple custom css plugin from WP Plugins directory.

    Now write below CSS rules into Custom CSS Editor.

    #trueHeader div.menu_main ul li a:hover{
    background-color: #0000FF;
    }
    .readmore_but9{
    background-color: #0000FF;
    }
    .feature_section15{
    background-color: #0000FF;
    }
    .feature_section15 strong{
    background-color: #0000FF;
    }
    #blog_title a:hover, .section5 .one_third a:hover, .chronicle_home_portfolio_caption a:hover{
    color: #0000FF;
    }

    Now save the changes.

    Note: Change color according your requirement.

    Thanks

    Thread Starter Dunass

    (@dunass)

    Gracias pero esto no soluciona lo que le pregunté.
    Lo único que cambia es la section 15, pero no cambia el color del menú, ni el color de fondo de las páginas. Sigue todo igual

    Hi,

    Now again write below CSS rules into Custom CSS Editor.

    #trueHeader div.menu_main ul li a:hover{
    background-color: #0000FF !important;
    }
    .readmore_but9{
    background-color: #0000FF !important;
    }
    .feature_section15{
    background-color: #0000FF !important;
    }
    .feature_section15 strong{
    background-color: #0000FF !important;
    }
    #blog_title a:hover, .section5 .one_third a:hover, .chronicle_home_portfolio_caption a:hover{
    color: #0000FF !important;
    }

    Now save the changes.

    Note: Change color according your requirement.

    Thanks

    You stick the default settings to bright pink and don’t allow to change? You guys suck!

    Seriously, how can you make everything bright fucking pink and then require people to purchase your theme to change it?

    Hi socialmeditate,

    We already provide the its solution in above.

    If you want to change the pink color then copy the above CSS rules and change

    its color code as per your reuirement.

    Thanks

    hola socialmeditate.

    Yo también estoy intentando cambiar el color rosa y del menú de la plantilla pero no lo consigo.

    He visitado tu Web y veo que ya lo tienes slucionado.

    ?podrías decirme como lo has hecho?

    Muchas gracias.

    Hi bajotodo,

    Please download “Simple Custom CSS” plugin from WP Plugins directory.

    Now write below CSS rules into Custom CSS Plugin Editor.

    #trueHeader div.menu_main ul li a:hover{
    background-color: #0000FF !important;
    }
    .readmore_but9{
    background-color: #0000FF !important;
    }
    .feature_section15{
    background-color: #0000FF !important;
    }
    .feature_section15 strong{
    background-color: #0000FF !important;
    }
    #blog_title a:hover, .section5 .one_third a:hover, .chronicle_home_portfolio_caption a:hover{
    color: #0000FF !important;
    }

    Now save the changes.

    Note: Change color according your requirement.

    Thanks

    Hello,

    Great thread! So glad I could take away the pink from the homepage, but some of the text is still pink in the other pages. Anyone know how to change that?

    Thanks!

    Hi,

    Please share URL of page where you want to change.

    Thanks.

    https://www.spartahealth.net/index.php/about-us/

    And all the pages on this website ?? the pink text.

    Thanks!

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘cambiar colores del tema’ is closed to new replies.