1) Is there a way to change the slider font to Sofia? 2) How can I remove the 3 column feature from the home page? 3) On the sidebar when I use the Blog Categories or Recent Posts widget it wraps my text and cuts it off in the middle of the word. Any way this can be changed? example: http://kaocoaching.com/blog/ 4) The social media icons in the footer all link to my Facebook page... is there a way to fix this?
Hello, 1. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slide-h1 { font-family: symbol; } p.slide-para { font-family: symbol; } .slide-button{ font-family: symbol; } In place "symbol" you can put your font. 2. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature-page-wt-thumb.clear .row { display: none; } 3. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .sidebar li a { word-break: normal; } 4. For your fourth issue, Please download the updated copy of WoodPecker Theme from the members area (http://inkthemes.com/members/member) and, upload and activate it in your dashboard. Follow the link given below for reference. http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/05/ This will solve your issue.