I would like to remove both the heading and content on the first homepage feature (for all three sections) so you only see the clickable thumbnail. I also want to remove the white space above and below the dotted line at the bottom, to tighten things up. Is this possible? Any help would be greatly appreciated. Thanks! Website link is www.instylewithmichelle.com
For this issue, paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: .featured_content .column-three h2 { display: none; } .featured_content .column-three .col3 p { display: none; } .featured_content .column-three .inner_area a.read_more { display: none; } It will sovle this issue. For this issue, paste the following code in your custom css Code: .featured_content { padding-bottom: 0px; } .featured_content .column-three.sub { padding-bottom: 0px; margin-bottom: 10px; } .footer_wrapper .footer { padding-top: 15px; } This will solve your issue.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .featured_content a { display: none; }
The images are no longer acting as links - how can I link these photos to other pages throughout the site? Thanks!
Hello, Download updated version of theme from your members area and upload it, This will solve your issue.
Ok, so now the image header is back. I ONLY want the image, no heading so I can design my own thumbnail that will link to another page in the site. This is the website http://www.instylewithmichelle.com Scroll down and you will see "Hair Salon" and then the thumbnail. I want the header gone and I want to design a thumbnail that would say "Hair Salon" and still have it link to the proper page. Help!
Hello, Could you please clarify your issue little more and explain your problem with the help of screenshot if possible.
See screenshot. The headings should be gone without disabling the thumbnail link of the photo below. I want the photo below the heading to still link to other pages throughout the site. Once the heading is gone, I want to move everything up. See http://www.willowsalon.ca and scroll down. I want our thumbnails to act like those (without a heading).
Hello, We have checked your website and it seems that you have successfully removed your featured area heading.