Hi There, I cannot remove the button from the first slider. When I remove the text, the default text shows up. The button does not show on the 2nd and third sliders, just the first one.... Please advise. The site is primestrategyinc.com Thanks, Sandra
Hello Sandra, Greetings from InkThemes! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .nivo-caption a.slide-button { display: none !important; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Hello, Greeting from InkThemes, To make the desired changes, just paste the code in the Additional CSS section of the theme. Go to (Dashboard->Appearance->Customize->Additional CSS). Code: /* Fot hiding image background */ .nivo-caption{ background: none; } /* Fot hiding image caption */ .slide-h1{ display:none; } p.slide-para{ display:none; } .nivo-caption a.slide-button { display: none !important; } Regards, Akbar InkThemes.com