How can I remove the "Start Building your website button from the slider, but keep the slider heading and description? Thanks in advance.
Hello, 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; } This will solve your issue.