Hi,
is it possible to change the style (color and bold) of the last 4 characters of the menu items ?
and how please ?
Thanks
Hey ppi37!
Please go to Appearance > Menus and change Navigation labels as following
Portfolio <span class="custom-menu-text">Items</span
then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-menu-text { color: red; font-weight: bold; }
If that is not what you meant, please post a screenshot and show the changes you would like to make
Cheers!
Yigit
Hi Yigit,
Exactly what I wanted!
Thanks