[Resolved] cambiar color de una pagina

Home Forums Support [Resolved] cambiar color de una pagina

Home Forums Support cambiar color de una pagina

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2331752
    Jesus

    En mi WEB https://www.coachdrogas.eu/ arria en el menú secundario según se mira a la pantalla arriba a la derecha hay una pagina del menu secundario que pone coach, alchoolicos adictos y adictas. Mirando a la pantalla mas a la izquierda pone coach familiares de adictos y alcoholicos creo esta hecho con
    }
    .secondary-navigation .main-nav > ul > li:last-of-type > a {
    background: rgb(20,150,152);
    background: linear-gradient(90deg, rgba(20,150,152,1) 0%, rgba(175,32,32,1) 100%);
    font-weight:700;
    color: #eeeeee;
    border: solid 2px #f22bfc;
    si no es ese el color dicen como se escribe ese color y lo busco en mi web, si es ese
    ¿ Cómo pongo el mismo color a donde pone coach familiares adictos ay alcoholicos ?

    jesus z.m

    #2331803
    Ying
    Staff
    Customer Support

    Hi there,

    Are you trying to add the same gradient color to another menu item?

    If so, which menu item are you referring to?

    Let me know!

    #2334070
    Jesus

    Si donde pone entrar a reuniones pero si se puede otro color mejor, para que se distingan

    jesus z.m

    #2334296
    Fernando
    Customer Support

    You can try adding this CSS:

    .secondary-navigation .main-nav > ul > li:nth-last-of-type(2) > a {
    background: rgb(20,150,152);
    background: linear-gradient(90deg, rgb(152 136 20) 0%, rgb(32 149 175) 100%);
    font-weight:700;
    color: #eeeeee;
    border: solid 2px #f22bfc;
    } 

    You may change the color values to your preference.

    #2335067
    Jesus

    aSÍ ES PERFECTO, LO ÚNICO SI ME PUEDES DAR OTRO COLOR PARA QUE SE DIFFERENVIE DEL OTRO.gRACIAS

    jesus z.m

    #2335362
    Fernando
    Customer Support

    You can you a linear gradient generator like this to choose your own colors: https://cssgradient.io/

    Then, replace this part of the code:

    background: rgb(20,150,152);
    background: linear-gradient(90deg, rgb(152 136 20) 0%, rgb(32 149 175) 100%);

    with the generated one.

    #2335834
    Jesus

    Muchas gracias podeis cerrar

    jesus z.m

    #2336427
    Fernando
    Customer Support

    You’re welcome Jesus!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.