AFFILIATE TEMPLATE - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

AFFILIATE TEMPLATE

Rhema N. Abu

Rhema N. Abu

Template 3 years ago

Hi the affiliate template is great but the menus are faint, please how do i make the menus bolder so they appear more visible and distinct? thank you.

  • Rhema Nas
0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #94146

Hi Rhema Nas,

Probably you have to put a single line of custom CSS to make menu items bolder.

Example code:

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a 
{ font-weight: bold; }

You can also change colors of items by adding inside { } color: yellow;

0