• Resolved millerb1228

    (@millerb1228)


    Hello, how can I change the text color, link color and link hover color for a submenu using the Customizer for Astra?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @millerb1228,

    Option to configure the submenu color is not available on the Astra free. You will need to use custom CSS if you are using only Astra free. However, if you are using the Transparent Header, this option is available even on the Astra free.

    I hope it helps.

    Kind regards,
    Herman ??

    Thread Starter millerb1228

    (@millerb1228)

    Hi @bsfherman

    Thanks for the response. Just looking to configure the color of the text in the submenu, is custom CSS the only option for that also? Do you have an example of custom CSS I can use to change it? I have minimal experience using CSS

    Hi @millerb1228,

    You can try the following CSS. Don’t forget to change the color as per your preference.

    .ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
        color: #000000;
    }
    
    .ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link:hover {
        color: #ff0000;
    }

    Let us know if you need more help, otherwise please mark the topic as resolved.

    Have a nice day and stay safe!

    Kind regards,
    Herman ??

    Thread Starter millerb1228

    (@millerb1228)

    Thanks, this worked!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Submenu text color change’ is closed to new replies.