Home Forums WoodMart support forum colore del testo header

colore del testo header

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

    serviziweb
    Participant

    Ciao vorrrei apportare una modifica al mio sito.
    Nel menu (header).
    Come suggerito da voi, per cambiare colore dello sfondo dell’header nello scorrimento ho utilizzato questo codice css

    .wpcf7-form label {
    color: #F2EFEB; /* cambia con il colore che vuoi */
    }

    .whb-sticked .whb-main-header .whb-row {
    background-color: #F2EFEB !important;
    }

    Ma vorrei che quando scorre verso il basso cambi anche il colore del testo in nero.

    #712169

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #712180

    serviziweb
    Participant

    certo

    #712250

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .whb-sticked .whb-main-header .navigation-list .nav-link-text, .whb-sticked .whb-main-header .whb-row, .whb-sticked .whb-main-header a {
        color: #000;
    }

    Best Regards.

    #712253

    serviziweb
    Participant

    Grazie funziona.
    Altra cosa.
    Se vedi, sulla destra c’è la scelta di “italiano o inglese”.
    Il colore originale era nero, io l’hotrasformato in bianco nel suo css cosi
    /* Cambia colore del codice lingua (es. EN, FR) */

    .gtranslate_wrapper a {

    color: #ffffff !important; /* Cambia con il colore che vuoi */

    }

    Ma io vorrei che fosse bianco e nero come il menu.

    #712298

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add the below custom CSS code as well:

    .whb-sticked .whb-main-header .navigation-list .nav-link-text, .whb-sticked .whb-main-header .whb-row, .whb-sticked .whb-main-header .gtranslate_wrapper a {
        color: #000 !important;
    }

    Best Regards.

    #712321

    serviziweb
    Participant

    grazie sei fantastico

    #712325

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘colore del testo header’ is closed to new replies.