How can I make the 'Add a note' button font bold on my Foodie theme?

Hi Everyone,

I using the ‘Foodie’ theme and I am trying to figure out how to make my font bold in the ‘Add a note’ button in my shopping cart here:

Domain is wanderviewhost.com

Any help on this would be highly appreciated! Thanks in advance!

2 Likes

Hi @teamcheatham ,

Nice website! Please follow the instructions below.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the theme.css
  3. Paste the code below at the very bottom of the file.
a.mb0 {
    font-weight: bold;
}
1 Like
1 Like

@teamcheatham

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.js-cart-info a.mb0.closed {
    font-weight: bold;
}

Thanks! This was a solid solution.

1 Like

@teamcheatham

its my pleasure to help us