Menu Button Highlight/background color

Hi all,

I want to highlight my “SUBSCRIBE” menu with a solid color in it’s background. I mean…the “SUBSCRIBE” option should look like a Call-to-action button.

Is it doable with a custom CSS code? Please help.

Hi @bishgop,

Thank you for your question.

Yes it is doable with custom CSS code.

Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Kind Regards,
Movin

Hi Movin,

My site is: http://www.littlebighappiness.in/

The SUBSCRIBE button is the third option on the menu.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#page .navbar-default .navbar-nav li:nth-child(3) a {
    background: #f7567c;
    color: #fff;
    padding: 20px 5px;
}

That worked. Thanks much. Though the text looks slightly blurry

You are most welcome here :slight_smile:

Though the text looks slightly blurry

I don’t see the menu text blurry on your site.

Please advise.

It’s fine now. Thanks much Movin.

You are most welcome here :slight_smile: