Woocommerce archive title not showing

Ok, I finally got it sorted (I think)! Thank you!

LOL wish it had occurred to me to put the shortcode in the header before I put it in all the categories. Looks like that’s what you told me when you first provided the code, and I misread it.

Thank you all - I appreciate all your help!

Is there a way to do a global “display:none;” of the bar on the product pages? Although the bar I added to the header doesn’t show, there’s a big space between the menu bar and the product content (see https://dev.propacusa.com/product/cemg-inflatable-shelter-3-lane-decontamination/) - and this client really doesn’t like a lot of extra white space on his pages.

Hi there,

Go to the Bar in question and click on the Customize tab and add a unique class such as spacer

Then, please add the CSS code below to Pro > Launch > Theme Options > CSS:

.woocommerce .spacer.x-bar {
    height: 100px !important;
}

Another none recommended way is the direct CSS code below but as it uses the auto-generated element classes it may get invalid if you change the bar around in the future.

.woocommerce .hm17.x-bar {
    height: 100px;
}

Kindly open up new threads for additional questions as it will help us to focus on each issue and give you a better support which you deserve. Having a long threads makes the maintaining job harder and also it will be harder for the other customers to find the correct information if they have similar issues. You are always welcomed to reply to this thread to follow up the same question.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.