Hot WordPress Themes › Support Forum › WordPress Themes › Clinic › How can I add a new position in this template?
Hi, I would like to add a position at right top position of the template. I have a module to display testimonials that I would like to be display on this top right position. Thanks to guide me.
Regards
Just use layout designer in template options?
Hi,
I will like to decrease the height between two rows of the template as shown on picture attached. Thanks for your advice. Regards
Send link so we could check
http://www.dsmcenter.be/gama
In template_css.css:
.bottomrow { background: #4a4a5c url(../images/custom/footer_bg.png) top center; padding: 40px 0; margin-top: 50px; color: #9f9f9f; }
change :
margin-top: 50px;
to:
margin-top: 0px;
Hi, So far, it’s perfect. One last question, how can I set the site icon?
Here are official instructions:
http://docs.joomla.org/Changing_the_site_favicon
hi, another request will be, how can i change footer menu color?
In template options you have tab “menucfg” there you can change all properties for menus you use.