Add bold and underline to Astra theme header
Coding language CSS
What It Does Thanks to Astra support team for this snippet. Added as a feature request.
How To Implement Go to Appearance / Customize / Additional CSS and copy/paste code.
Rating
4.4
Rated 4.4 out of 5
The Code
.main-navigation ul .current-menu-item > a > span.menu-text {
padding-bottom: 5px;
border-bottom: 2px solid #000;
font-weight:bolder;
}
Rate this code
