Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #272861
    Bastien Chilloux
    Participant

    Hi,

    How can I change the menu bar and site title color, I’d like the color to be light on the homepage (with slider as background) and dark on every other pages as I want to disable header image on those.

    Thank you for your support.

    https://bastienchilloux.com

    #272880
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change menu bar background color on homepage */
    #masthead {
        background-color: rgba(0, 0, 0, 0.2);
    }
    
    /* To change menu bar background color on homepage */
    body:not(.home) #masthead {
        background-color: rgba(0, 0, 0, 0.8);
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #272914
    Bastien Chilloux
    Participant

    I don’t want to change the background color, just the color of the texts concerning the menus and site title/slogan.
    I want those texts to be “light” on homepage and “dark” on every other pages as I am planning to disable header image on those other pages.

    #273034
    Bastien Chilloux
    Participant

    UP

    #273293
    Bastien Chilloux
    Participant

    UP please support

    #273312
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    body:not(.home) .site-title a,body:not(.home) .site-description,body:not(.home) #site-navigation a {
    color: #000;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #273423
    Bastien Chilloux
    Participant

    This is perfect !
    Thank you !

    #273469
    Skandha
    Participant

    @bastienchill: Glad it worked out! Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change menu bar and site title color’ is closed to new replies.