Right now there are 3 sections on the footer. How can I add a 4th? And also how do I modify the size of the footer, and add links. The URL is DocWellnessWorld.com Thank you kindly.
Unfortunately there isn't a way to do that with this theme unless you custom code something up. Sorry. We can not change the size of footer because if we will try to change the width of the footer widget area then the theme layout will be broken. If you want to add link in the footer widget area then follow the steps given below. 1. Go to the Widget panel (Appearance -> Widgets) in your dashboard and drag the text widget in the footer widget area. 2. Paste the anchor href code given below in the text widget and put you test in that anchor href code and save it. Code: <a href="put your link here" target="_blank">put your text here</a> For the reference see the image given below
Thank you. I appreciate your help very much. One more question. How do I get rid of all of these : By DocWellnessWorld Mar-9-2013 Doc Wellness Endorsed Products 0 Comments. As well as the "Read More" box. I do not want this on the page(s).
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content_wrapper .content .post .post_meta{ display:none; } .content_wrapper .content .post .post_content .read_more{ display:none; }