Tagged: x
-
AuthorPosts
-
August 21, 2016 at 3:04 am #1140112
maghrabi42ParticipantHello,
I need to remove the header on the shop page you can find it in the attachment
thank youAugust 21, 2016 at 6:44 am #1140267
ThaiModeratorHi There,
To remove that section, please add the following CSS under Customizer > Custom > Global CSS:
.single-x-portfolio .entry-top-navigation { display: none; }Hope it helps 🙂
August 21, 2016 at 1:44 pm #1140563
maghrabi42Participantis not working
thank youAugust 21, 2016 at 7:28 pm #1140712
Rue NelModeratorHello There,
Thanks for the updates! It turns out that you have inserted an invalid code. Please remove this code from your customizer:
add_filter( 'woocommerce_checkout_fields' , 'remove_billing_fields' ); function remove_billing_fields( $fields ) { unset($fields['billing']['billing_company']); return $fields; }This code should be place in your child theme’s functions.php file. And then you can update the css code and use this instead:
.single-post .entry-top-navigation, .single-x-portfolio .entry-top-navigation, .single-product .entry-top-navigation { display: none; }Hope this helps.
August 21, 2016 at 7:48 pm #1140818
RadModeratorHi there,
Please change it into this,
.single-product .entry-top-navigation { display: none !important; }Hope this helps.
August 22, 2016 at 12:47 am #1141021
maghrabi42ParticipantHello,
it’s working thank you alot for your greet support wou are very helpful
thank youAugust 22, 2016 at 12:50 am #1141025
Rue NelModeratorHello There,
You’re welcome! We’re happy to help you out.
If you need anything else we can help you with, don’t hesitate to open another thread.Best Regards.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1140112 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
