Change 'Active' Primary Menu Items to plain text

When an Item is selected(or is active ) on the Primary Menu it displays a big box. Actual images here: Sub1.png sub2.png sub3.png
My primary menu has many items and this big-box active item is taking too much space.
I would like to use plain text rather than the image(sub1,sub2,sub3).  How can I do disable the images so and use text only urls?  I would actually rather create a New Menu that does not use the primary-menu css.
Thank you for your help.
Ceci

Comments

Hi Ceci

You can change css code at line 315 of octavin-style.css file. Or add this code to custom.css file:
.primary-menu ul li.active-trail a {
   padding: 25px 25px 0 4px
}

Cheers,
Support - SymphonyThemes.