Home › Forums › Jevelin Theme › Sticky Header Access
Home › Forums › Jevelin Theme › Sticky Header Access
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