I would like to adjust the font on the sticky header to not be bold. Where do I access that? <div> <div class=”sh-bbp-replies”> <div class=”sh-bbp-replies-center”> <div></div> </div> </div> </div>
Hi @victoriandesai ,
Thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-sticky-header-active .sh-nav > li.menu-item > a {
font-weight: 400;
}
Best regards, Shufflehound team
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it