Views: 194
Step 1:
Go inside weebly editor Design > Edit Html / Css > main_style.css
Step 2:
Add following lines of code at the end of main_style.css
#navigation li#active {
font-weight: bold;
}
#wsite-menus .wsite-menu li.wsite-nav-current a {
font-weight: bold;
}
These ID’s and Classes like #navigation, li#active etc are used by my theme. The ID’s or Classes used by your theme may be different so see your theme’s ID’s and Classes first and then change the above code accordingly (if needed).




Leave a Reply