How to modify font size and color for main menu text?

Hello,

I need help with changing the font size and color for the “Let’s Start” text on the main menu of the header.

Here is my website link: wowberrybites.com

Thank you!

1 Like

@winnado11

Please add the following CSS class to your assets/theme.min.css bottom of the file.

.menu-navigation__list-item:nth-of-type(3n) a {
    position: relative;
    padding-top: 1.2rem !important;
    padding-bottom: 2.2rem;
    color: #ac3834 !important;
    font-size: 22px !important;
}

thanks!

1 Like

@winnado11

If helpful then please Like Solution.

@dmwwebartisan @ZestardTech thanks so much!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.