Change styles of current page link in weebly – Weebly Tutorials

My client asked me to change the color of navigation link of the page that is currently active and the also if it is the sub menu then its color should also be changed. Though its a very simple task but in weebly it's little tricky. So I'm going to share how I'v completed this custom requirement of changing styles of current page link in weebly. Steps To Change Styles of Current Page in Weebly:Step 1:Go inside weebly editor Design > Edit Html / Css > main_style.cssStep 2:Add following lines of code at the end of main_style.css#navigation li#active {  font-weight:...
forward

Disable top level navigation menu item in weebly – Weebly Tutorials

Yesterday my client asked me that he wants to disable the top level navigation menu item "My projects" as shown in below picture so that visitor is not able to click on this menu item but rather when they hover over "My Projects" link the sub menu items should be visible. So I'v completed the task and now I'll share the simple steps involved to achieve this requirement. Steps To Disable Top Level Navigation Link: Inside your weebly editor go into Design > Edit Html / Css > main_style.css At the end of main_style.css add following lines of code   ...
forward