How i can crete a line under category name from sidebar ?!
Hello,
For my website: https://alinaowais.com/patterns/
If you can see that on the left side on sidebar i have the category list.
Please let me know how i can make one line udder the category active ?
For example, when i am on the category page, i want to have the list category on left side and the activ category must be highlighted with one line or bold!
I confirm you that there it's a portofolio category list...!
        
Comments
Hello,
You can achieve that by writing a CSS code, and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with writing it?
Best regards
Hello,
Please can you help me with the code that i must to write?
I realy don't know to identify the class name of this
Please, use the following code:
.mcb-sidebar .widget_nav_menu .current-menu-item::after{ background-color: #b23fb9!important; }Thanks
Hello,
That' fine!
Please let me know if it's posible also to make the name of category active bold also?!
Many regards
For a bold text, please, use the following code:
.mcb-sidebar .widget_nav_menu .current-menu-item{ font-weight: bold!important; }Thanks
that's fine it's work.
many thank's
Hello,
I discovery today that the ruls don't work for all the category link
So, if you can see on the website for example this category:
You can see that the line under name it's OK and the bold also!
But on the last category the line dosen't work!
Only the bold
Any ideea how i can fix it?
To have the line under the last category, please, use the following code:
.widget_archive ul li:last-child:after,.widget_nav_menu ul li:last-child:after{ display:block!important; }Thanks
That's realy great!
Many thank's for help