This topic has 15 replies, 3 voices, and was last updated 7 years, 2 months ago ago by Laranz
Hi,
Yesterday night we updated to 3.1 and everything is working fine so far.
But we still have small issues :
– In the single product page, the “comments” and “information” tabs are not displayed anymore ?
– In single product page, the link “email to a friend” (under add to cart button) is displayed where it wasn’t before update ?
And finally how to modify the add to cart button to reduce it’s width ?
Thanks, regards,
Saphiloche.
Hello,
1-2. Please try to activate parent theme and check.
You have outdated files in child theme, so you need to check these files http://prntscr.com/ggtcds
3. You may add this code in Theme Options > Custom css:
.single-product .product-information .cart button[type="submit"] {
width: 200px !important;
}
Regards
Hi Rose,
Thanks a lot for your advises ; everything has been removed/fixed.
But I still can’t figure out how to remove/hide the “email to a friend” link below the add to cart button ?
I tried by commenting the “share” lines into content-single-product but it doesn’t work…
Regards,
Saphiloche
Hello,
Please try to add this code in Theme Options > Custom css:
.single-product .product-information .email-link {
display: none;
}
Regards
Hi,
As usual, well done 😉 it works fine.
Thank you very much
Sincerly,
Saphiloche
You’re welcome!
If you’re happy with our service, don’t forget to rate us 5* in themeforest. ?
Regards
Hi,
It’s already done 🙂 (since few months)
I have one more question :
How to customize the second level of main nav-menu (at the top) ?
— to get the text bold
— to reduce space between labels
just like when you put “menu-full-width menu-column1 with-image” but without the image.
Thanks,
Saphiloche
Hi Saphiloche,
You mean these menu items? http://take.ms/hAokS if so they are already bold, and already there is very less space between theme. That means, you already did the edit?
If I am not, can you send us a screenshot about what exactly you want?
Let us know,
Thanks,
laranz.
Hi Laranz,
Yes, I mean this menu and I know it’s already like I want it to be ; but what I badly described is that I would like the same result without the “menu-column1” and “with-image” 😉
By the way, I just noticed that the image field doesn’t appear anymore
Thanks,
Saphiloche
Please provide screenshot of text that you want to make bold.
Also, try to disable 3rd party plugins and then check menu options.
Regards
Hi Rose,
Here is the screenshot [ http://take.ms/hAokS ] Laranz posted just above earlier this morning.
I just want to keep the text like he shows but without the image 😉
Thanks,
Saphiloche
Hello,
If you disable 3-rd party plugins you may change menu settings and delete images http://prntscr.com/ghdbgu then add this code in Custom css:
.menu a {
font-weight: 600 !important;
}
or 800
Regards
Hi Rose,
Great, I’m going to check this out right away 🙂
Again, thank you very much 😉
Best regards,
Saphiloche
You’re welcome!
Regards
Hi,
For images showing on menu, please check this documentation https://www.8theme.com/demo/docs/woopress/#!/primary_menu ( 8.3 ) You can remove that way.
Let us know,
Thanks,
laranz.
You must be logged in to reply to this topic.Log in/Sign up