Hi, I would like to do a few things to customize my website amongfriendsbakingmixes.com 1. I would like to move the search bar to the top in the header section - to the right of the logo etc./right aligned 2. Can I change the footer widget area so that it expands across the entire bottom of the visible area instead of in line with the main page content area? 3. How do I get rid of the 3 feature area? 4. How do I change the default link color from light grey to pink?
Hello, 1st issue: You have to apply lots of customization for this because search bar is in widget area. 2nd issue: Follow below image and remove the two linesfrom sidebar-footer.php 3rd issue: Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature-page-wt-thumb { display: none; } 4th issue: Code: a { color: #8b8b8b !important; } Thanks & Regards Pramod