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!
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!
Hi @teamcheatham ,
Nice website! Please follow the instructions below.
a.mb0 {
font-weight: bold;
}
can you try this code
.js-cart-info a.mb0.closed {
font-weight: bold;
}
Thanks! This was a solid solution.
its my pleasure to help us