Forum replies created
Hi Cyrille,
Thanks for keeping in touch with us.
I’m seeing this, and I have replicated the issue.
It seems to be a feature that has been left out of the update for some unforeseen reason.
I’m going to contact the developer regarding this, however, for now, you may be able to accomplish this using some Custom CSS. Could you please tell me exactly what color you wish to change the header and footer to so that I can generate some Custom CSS to help you out?
Looking forward to your response.
Kind Regards.
Hi Ed,
Thanks for reaching out to us again.
Try to add the following custom CSS code at Appearance > Theme Options > Custom CSS:
@media only screen and (max-width: 768px){
//hide search box
.searchform {
display: none!important;
}
//hide tagline
.title-container #tagline {
display: none!important;
}
//remove background image and change height
.header {
background: white!important;
height: 110px!important;
}
}
You can change the height value to fit your needs.
Moving the menu icon will involve template customization which falls outside our support scope.
I hope that helps.
Please let me know if there’s anything else.
Hi Ed,
Thanks for contacting us.
Unfortunately, there’s no theme option for that, but you can achieve it using custom CSS code. Kindly could you share with the link to the site so that I may figure the right CSS code for you.
Looking forward to your reply.
Hi Andrew,
Thanks for contacting us.
I don’t seem to replicate the issue from my side. Kindly could you share with me temporary login credentials to the backend so that I may figure out the issue. You may delete or change the credentials after we’re done. Please don’t forget to mark the reply as private.
Looking forward to your reply.
Hi Jim,
Thanks for reaching out to us again.
Kindly use the following code to remove the white blank space below the slider:
.page-template-contact-php #gmap {
display: none!important;
}
For the dark blue stroke underneath the slider, kindly could you remove the code you added so that I may figure out how the issue is and help.
Looking forward to your reply.
Hi Jean,
That’s quite strange. Kindly could you try the plugin using default WP theme i.e. Twenty Twelve, and ensure that you’ve defined the Delivery method, see if there will be any changes.
Let me know how it goes.
Hi Jean,
Thanks for contacting us.
Kindly could you check if there’s any other plugin causing conflicts with the theme and woocommerce by deactivating them, then check again.
Please let me know how it goes.
Hi Jim,
Thanks for contacting us.
I don’t seem to get the page you’re referring to. Kindly could you share with me the link to that page so that I may figure out the right CSS for you.
Looking forward to your reply.
Hi Sanschnei,
Thanks for your reply.
I now have a better understanding of what you would like to achieve.
You may use the following Custom CSS Code to accomplish this request.
/*Hides the Site Title in the Sticky Header*/
body #header.sticky-header .logo-url-text{
display:none !important;
}
Please copy and paste this in the Custom CSS section located by navigating to Appearance>Theme Options>Custom CSS
Please let me know if there are any more questions that I can answer for you 🙂
Cheers!