How can I remove the underline from the 3 columns (packages boxes heading) on the main page of my site and disable the link on them?
Cheers
How can I remove the underline from the 3 columns (packages boxes heading) on the main page of my site and disable the link on them?
Cheers
Hey,
Add this to the end of style.css:
.box_small a { border-bottom: none !important; }
That should remove the orange underline.
James
Thanks James, that worked great :-)
You must log in to post.