Hello I would like to delete the black line that appears under the logo and below the text in the main image, below the text for top heading. thank & regard Marta
Hello Marta, Just paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options Code: #header .top-header { background: none; } This will resolve your issue, Warm Regards! Naveen Kolhe InkThemes.com
OK thank you! But now I would like to delete the line that appears under the Top Heading. And I would like to delete the text that appears on Home page top Button Info thank & regard Marta
Thank you for getting back to us, I am afraid to say that, I was unable to locate the area in the theme... It would be better for us to understand your query with the help of edited screenshot. Create your screenshots using screenpresso (http://www.screenpresso.com). So that I can deliver you an exact and appropriate solution to you, I look forward to hearing from you soon. Thanks & Regards! Naveen Kolhe InkThemes.com
There are three zones that I want to eliminate: zone 1: The Line that appears under the Top Heading zone 2: The Text For Your Top Sub Heading zone 2: The Text that appears on Home page top Button Info
Hi, I would like to assist you one by one in the series of your queries : 1. To remove the top heading, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #sub_header .st-title-wrap .st-title-border { border-bottom: none; } 2. To remove the text from the Top Sub Heading please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #sub_header .st-title-wrap .light-weight { display: none; } 3. To remove the text from the Home Page Top Button please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #sub_header .action_note { display: none; } Hope this helps...! Thanks & Regards, Shruti Jain InkThemes.com