Hello,
I’m using the Boost theme and wanted to know if someone could tell me how to bold just the NEW! text in my navigation. Please see the attachment.
Thanks!
Chris
Hello,
I’m using the Boost theme and wanted to know if someone could tell me how to bold just the NEW! text in my navigation. Please see the attachment.
Thanks!
Chris
Hi,
Please provide your website so we can take a look. Thank you
It is still in preview mode
Hi @cgregori ,
Please delete the //NEW!, so I can replace it with the code below. It looks like your font is already bold or no available bold. I did change the font-size and color instead so it will stand out
.mega-dropdown__subitem:nth-child(6) > a.site-nav__link.site-nav__dropdown-link::after {
content: "NEW!";
font-weight: bold;
color: red;
font-size: 18px;
margin-left: 10px;
}
.mega-dropdown__subitem:nth-child(7) > a.site-nav__link.site-nav__dropdown-link::after {
content: "NEW!";
font-weight: bold;
color: red;
font-size: 18px;
margin-left: 10px;
}