This topic has 11 replies, 2 voices, and was last updated 1 months, 3 weeks ago ago by Rose Tyler
Hello
1. I’m struggling to figure out where to find the color editor for the Account profile’s menu. The screenshot provided shows that when you hover on that area, you can see it, but it’s by default either White or Transparent.
2. I’d also like to add some margin or padding above the Account details. It’s way too close to the Secondary menu.
3. How would I be able to setup so that when people registers, they’d have to verify from their email first. Also, is it possible to enable reCAPTCHA during account creation?
4. When you use the Search bar, and, for example, searched for “briefs”, the result are only showing the thumbnails of the products. I’m assuming the font colors are all white or transparent. Where can I modify this?
Hello, Jefferson Lee,
Thank you for reaching out to us with your inquiries. We’re here to assist you with each of your concerns.
1,2,4/ Could you please provide temporary wp-admin access?
To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.
3/ Please read this article – https://www.8theme.com/documentation/xstore/woocommerce/enabling-user-registration-on-website/
The registration functionality comes from the WooCommerce plugin, not from our theme. We would recommend you contact the plugin support to get further assistance – https://wordpress.org/support/plugin/woocommerce/
Best Regards,
8Theme’s Team
I’ve added the account info under Private Content area.
Also, is there a way to “test run” a product by purchasing items without having the need to pay? I’d like to see how the other content works such as Orders, Pending Payment, Tracking Order, etc.
Hello, Jefferson Lee,
We appreciate your prompt response.
1/ We’ve changed https://prnt.sc/I9ry2wX6K6Yp to https://prnt.sc/yIbGBUNC6c_I
2/ https://prnt.sc/IThoJYtLPSCC
Please clear cache and check results.
Warm Regards,
The 8Theme Team
Can you also change the colors for Mobile version on Main Menu? The fonts are all white as well
Hello, Jefferson Lee,
Please provide some screenshots for a better understanding of your request.
Warm Regards,
The 8Theme Team
Nevermind, that issue has also been fixed. One last concern is how come the Compare function doesn’t seem to work? I would add two products to Compare, but when I press View Compare, it simply brings me to my account profile’s main page with nothing in it?
Hello, Jefferson Lee,
Please check how it works now.
Warm Regards,
The 8Theme Team
Hello,
Thank you for your response. Can you somehow fix the link’s font colors? Check screenshot, the ACTION and TITLE font color are practically invisible. I’d like the ACTION links + hover to be in RED, while the TITLE links main font color be in black, while hover color be in #0d5b94. Thanks
And also, when you add something in either WISHLIST or COMPARE, the link colors are also currently in white. I’d like for it to be in black.
Hello, Jefferson Lee,
1/ “Can you somehow fix the link’s font colors?” – please use selector in custom CSS code for elements, for example – https://prnt.sc/POoXOD2hy4Tm
“TITLE links main font color be in black, while hover color be in #0d5b94. Thanks” – add the next code in Theme Options > Theme Custom CSS:
.xstore-compare-items .product-title:hover {
color: #0d5b94;
}
.xstore-compare-items .product-title {
color: black;
}
“ACTION links + hover to be in RED,” –
.xstore-compare-items tr:first-child td, .xstore-compare-items tr:first-child td span {
color: red !important;
}
“And also, when you add something in either WISHLIST or COMPARE, the link colors are also currently in white. I’d like for it to be in black.” – solved – https://prnt.sc/POoXOD2hy4Tm
Warm Regards,
The 8Theme Team
Tagged: woocommerce, wordpress themes
You must be logged in to reply to this topic.Log in/Sign up