1. Brummsel
  2. Commercial Templates
  3. Friday, 05 February 2021
  4.  Subscribe via email
Hello,
Thanks to your instructions, I have already managed to colour a menu item on my homepage red. Can you tell me the CSS command to make this menu item bold as well?

.item-507, .item-507 > a {
color: #D14233 !important;
}
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To make your red item bold you can change your custom CSS to the following....

.item-572, .item-572 > a {
color: #D14233 !important;
font-weight: bold !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!