I was wondering if someone could tell me how to remove the links in the The featured, testimonial, and specials sideboxes header titles.
I was wondering if someone could tell me how to remove the links in the The featured, testimonial, and specials sideboxes header titles.
Make a copy of the includes/modules/sideboxes file for each of those modules in your includes/modules/sideboxes/YOUR_TEMPLATE over-ride folder and then set the $title_link to null, i.e. two apostrophes$title_link = '';
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Once again thanks for the help. I was wondering if you knew how to move the titles to the left in the heading sidebox
You'd find h3.leftBoxHeading and h3.rightBoxHeading and add the style "text-align:left;"
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
add this to the class:
padding:10px;
play around with the actual number to get what you want.