This topic has 25 replies, 4 voices, and was last updated 2 years, 8 months ago ago by Rose Tyler
Hello! thanks for the support.
1. i want to change the color of the sidetabs from the product view, they are black
2. i want to change the color from the quick view button, cant find the option
3. i want to add custom font to each heading…. custom font meaning google fonts.
4. change the font color in all the website.
thankyou.
Hello,
1/ Provide screenshot, please. You can use Lightshot screenshot or Gyazo tool to share links to your screenshots.
2/ Theme Options > WooCommerce > Shop > Products style > Hover Color Scheme
3/ Dashboard > XStore > Custom Font
4/ Theme Options > Typography and settings of Elementor https://elementor.com/help/global-colors/
Regards
Hello!!
thanks for the tools to share photo:
here, https://prnt.sc/2173rrg you can see the tabs that sends to the next product, i add some css but they seem not to change color.
can you please help me how to dissable the popup, i couldnt find it
Hello,
1/ Add the next code in Theme options > Theme custom CSS:
.posts-nav-btn .post-nav-arrow {
background-color: #f9efe8 !important;
color: #222 !important;
}
2/ Provide a screenshot of the mentioned popup, please.
Regards
Hello!! i just try the css but its not working, i add it to global and its not showing any change
Hello,
I’ve added !important;
, check now
Regards
Thank you very much Rose!! but how can i make the arrow white… my client says she wants all the black to be possible out… so the contrast to the color must be white
thanks for the patience
You’re welcome!
Delete this line of code or change it – https://prnt.sc/21do9re
Regards
Hello!!
perfect! all work perfect, now there is a small fix i want to do can you please help me?
1: https://prnt.sc/22wggcz
change the color of the main submeno text, the one marked… and also give another color to all submenus, my client doesnt like black so she wants that the website goes in a dark gray
2. https://prnt.sc/22wgtns
i am really lost here, i try to dissable the popup but i couldnt, where i can change the art and the content??? and of course dissable it
3. https://prnt.sc/22wh3c9
i want to remove this areas in the ajax tabs in the home, my client doesnt want it to be shown in the carrusel. the available and the sold info.
4. https://prnt.sc/22whd02
also i try with css to enlarge this icon but i couldnt, i try several methods.
5. https://prnt.sc/22wn8ml
i try to change it with css but i couldnt…. i want to change the color of the fonts and the bg and border of the circe.
6. https://prnt.sc/22wnix6
i cant find where to change this colors, the social, the mail and the menu footer
Hello,
1) You can change color of the drop-down menu items using Theme Options > Header builder > Drop-down menu https://prnt.sc/230nogd
If you want to change the top level menu items color use below custom
.et_b_header-menu.et_element-top-level .nav-sublist-dropdown .item-level-1 > .item-link {
color: #baa96e;
}
2) You can change the content using Newsletter element settings https://prnt.sc/230o880
Or remove that from the header if you don’t need an element there https://gyazo.com/c5dd8dc67cb39648602d94405c119669
3) Edit tabs and disable Show Stock Count Bar option https://prnt.sc/230orz3
4) Use custom code
.header-promo-text .et_b-icon {
font-size: 24px;
}
5) I replaced .template-container .cart-checkout-nav .active:before
with .template-container .cart-checkout-nav .active:before
and it works. Check now.
6) Go to Static Blocks > edit Footer static block using Elementor and edit elements settings of Social icons https://prnt.sc/230rtal and Icons list https://prnt.sc/230sng6
Regards
Hello !!
Thanks for the support!!
i have a question, i want to leave the filters cateogy, even after a customer filters…. but as soon as he/she enters some category and filter, they dissapear and only shows the price…
you can do the example in this link
https://arbdesign.conceptoypercepto.com/arb-shop/regalos/
thanks for the help
Hello,
Product categories (default WooCommerce widget) is not the filter by the category. It’s simple list of categories. There is no option to display active category in select. If you want to filter by category you need to look for the third-party filter plugins that have such filter widget.
Regards
Hello there!! How can I change the direction of the button when the cart, it’s empty. i want to add another redirection to the button that says “back to store”
also, it seems to be broken my design of cart:
https://prnt.sc/26siv7z
it should look like in the theme but it looks like a list.
Hello,
We can’t check your site – https://prnt.sc/26tkeay Have you changed URL? Provide URL and temporary wp-admin access, so we can take a closer look.
Check this topic – https://www.8theme.com/topic/how-to-change-the-default-return-to-shop-links-to-homepage/
Regards
Hello!!!
Yes!! sorry, i didn’t add the link:
Hello?
please let me know 🙂
Hello,
Sorry for the delay in answering.
1/ Do you have the mentioned issue when the parent theme is activated on your site?
2/ Try to disable all the third-party plugins (including cache plugins), that do not come bundled with XStore https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , clear cache of browser, and check then. Maybe one of the additional plugins is a reason for the problem.
Regards
You where right!!
i found the plugin, it was a premium theme but it suck…. i got another one and all the website goes better….
now there is a problem that i cant solve, can you please help me to find how to change this?
i want to change the category suggestions and if its not possible disable this part without disabling the ajax search
Hello,
You can choose what categories to show there in Theme Options > Header > Search > Product Categories https://gyazo.com/3456d3fd68c4c8b1b0473dd8de473fd8
Regards
Hello there, i did that but it keeps showing me the same categories… please help me
Hello,
Got it. Provide us with FTP access to your site to check the issue in more detail.
Regards
Thank you Olga!!
i will send you data.
Hello,
You need to at least assign two categories to the Product Categories option and it will work fine.
However it should work even with one category. I will forward this to our dev team and after taking a decision we will provide a patch for it in a couple of the updates.
Regards
Hello robert!! can you please help me… the button of quickview in mobile covers half of the vision of the product, is it possible to make it smaller or just some icon to the left or maybe below the text??
it seems really extrange it can be fixed in the options. https://prnt.sc/VmDaq15IpkT3
Hello,
Theme Options > WooCommerce > Shop > Products style > Product Content Elements > disable “Hover buttons on mobile”
OR add the next code in Theme options > Theme custom CSS > Mobile:
.product-view-default .footer-product .show-quickly {
padding: 6px 3px;
}
Regards
Tagged: adjustments, problems, quick view, styles, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up