This topic has 4 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson
Hi!
This theme is super simple to set up and use. But as I am finishing my website, there are some details I’d like to change and am unable to.
In the single product page, there is a Refunds and Delivery Tab I can’t seem, to edit in any option. Do you guys have any idea where I can change this? The website is in Portuguese and the whole text in this tab is in english. However, I translated the Royal theme using poedit and I’m using the Woocommerce portuguese version, so it beats me.
I’d like to change the top menu bar from gray to brown and cant find the option either. Is this possible to change?
And the last question is, when I’m in the Category page viewing multiple products, the “add to wishlist” button seems to have something else in the bottom, other options, but they don’t show. Is this a but?
As english is not my native language, I’m attaching a print screen image so you can see what I’m talking about.
Thank you so much!
Hello,
The Refunds and Delivery Tab can be edited in Theme Options > Single product page > Custom tab title.
To change menu background color use this code in Theme Options > Custom CSS > Global Custom CSS:
.header-type-10 .menu-wrapper {
background-color: brown;
}
Please add this code in Custom CSS for desktop regarding your last question:
.footer-product {
transform: translateY(47px);
height: 47px;
}
Best regards,
Jack Richardson.
Thank you! Worked just fine!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Returns, Colors and Buttons’' has been successfully resolved, and the topic is now closed for further responses