Hi @night4shadow1 ,
Thanks for participating here on www.ads-software.com.
In the future, please be as specific as possible. Tell us which page instead of having people guess or try to find it. Screen captures also are very helpful.
Here’s a custom CSS solution that should remove that toolbar for you. Add this to your Appearance > Customize > Additional CSS
.page-id-14947 .mk-header-toolbar {
display: none !important;
}
Result
View post on imgur.com
For theme specific details (like this toolbar), hit up your theme’s documentation & support channels. I should think there are settings in the theme to edit properties or disable/remove that toolbar. I think this is your theme, Jupiter yes?
https://themeforest.net/item/jupiter-multipurpose-responsive-theme/5177775
https://themeforest.net/item/jupiter-multipurpose-responsive-theme/5177775/support
Enjoy!
-
This reply was modified 5 years, 1 month ago by mark l chaves. Reason: Added missing closing em tag