• Hello,

    Is it possible to change the color of the text my menu on just the home page (ID 8)? I wish to change the name of my menu, which is called Main Menu.

    Also, the theme I use has a sticky navigation bar — is it possible to change the color of the header only on the sticky navigation bar on the specific home page? I’m sure there is some CSS involved in that, but I’m just not the person who knows how to do it.

    https://meadows.thoughtfulcon.com/

    Thanks in advance,
    Caleb

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your website’s theme “Brentwood Pro” has a customizer, just add a custom css code below to change the background of sticky header for Homepage only. !important attribute overwrites the inline css of your theme.

    .home #sticky-header-pro.menu-resized-pro {
    background: #HTML-COLOR-CODE-HERE !important;
    }

    Thread Starter lubbs31

    (@lubbs31)

    Thanks for the reply!

    How would I just change the text color for the regular & sticky menu on the homepage using the custom CSS?

    EDIT: Go me! I figured out how to change the text color of the regular menu, but I still can’t figure how to change the text color on the sticky menu…

    .home .sf-menu a {
    	color:#000000;
    }
    • This reply was modified 4 years, 2 months ago by lubbs31.
    • This reply was modified 4 years, 2 months ago by lubbs31.
    • This reply was modified 4 years, 2 months ago by lubbs31.
    • This reply was modified 4 years, 2 months ago by lubbs31.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Menu Text Color on Specific Page’ is closed to new replies.