No sure if this is what you are referring to but anyway if you don’t already have a child theme or a custom.css you should install a plugin like custom CSS plugin then add the following to the custom css area.
#top-bar {
display: none;
}
Thanks a lot for your prompt reply , Salasturation.
I have done exactly as you said. However, there is still a small portion of the topbar which is still visible.
I really need the topbar to disappear as it is white and my background is black. Is there any workaround? Thanks in advance.
add to custom css
#wrapper {
padding: 0 20px 10px;
}
Thank you Salsaturation. You are a life saver!
Could you please tell me CSS code for decreasing padding on the Pre-Footer?
Thanks again Salsaturation…
I assume you mean this
#footer {
padding: 24px 40px;
}
That’s what it is currently set as
Yes. That’s exactly what I needed. Thanks a lot.
You’re welcome – don’t forget to mark it as resolved
I wanted to modify the speed of the slider. So the Theme Developer told me to modify the line of code in functions.php in sugarspice_footer_js() function.
($('.flexslider').flexslider({ directionNav: false, pauseOnAction: false, });
I’ve been looking for this line everywhere in functions.php but I can’t find it. Can you help me with this? I need to locate this line so that I can add slideshowSpeed: 10000, to it.
Thanks and yes, as soon as this is solved, I shall mark the thread as resolved.
Best option is to create a new ticket and hopefully the Dev will be able to help you