I will like to remove the first area with the Background Image under slider! How do i do that? Se website here: http://www.akupunkturkbh.dk/ it is the area where i there is written Akupunktur København Book en tid her! I Hope you can help me Than you in advance
Hello, It seems you are talking about the area just below the slider, for that, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options Code: .featured_text_area { background: #fff!important; } This will resolve your issue, Warm Regards! Naveen Kolhe InkThemes.com
Thank you, i can Se that the background image is gone, but i will like to remove all of it, the whole section and not only the background. Thank you in advance
If you want to remove that section from your site then, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options Code: .featured_text_area { display: none; } This will resolve your issue, Warm Regards! Naveen Kolhe InkThemes.com