sergioman
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Tab description color . how to changeThanks, but it didn’t work 🙁
Forum: Plugins
In reply to: [WooCommerce] Font color in woocmmerce meta /blog post headers on sidebaryes, that one. I will install google pay as well.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Font color in woocmmerce meta /blog post headers on sidebarThanks, it worked. However, how did you get that “Buy now” button? Is that related to being logged in on Stripe?
Hi Andrew. Thanks for the answer. I did the procedure, and unfortunately, the error was in the theme. However the theme is so specialized for this workshop that even though storefront helped, it made the page deformatted and I had to reload an earlier backup to go back to the previous theme. Are there any other ways to correct the problem without altering the theme?
Thanks
Forum: Plugins
In reply to: [WooCommerce] How to show products as grouped in folders in WoommerceThanks, I tried , and in the preview window it worked, but the in the main page when I loaded it nothing changed, even after clearing and deleting cache-
Forum: Themes and Templates
In reply to: [Expert Carpenter] Changing font color of title page in WPIt worked, thanks!
Forum: Plugins
In reply to: [WooCommerce] How to change thumbnail size in Woocommerce front pageNo problem, I was able to fix it by changing the percentage of the image width from 100% (default) to 50%
.woocommerce ul.products li.product a img {
width: 50%;
height: auto;
display: block;
margin: 0 0 1em;
box-shadow: none;
float:right;}
Forum: Plugins
In reply to: [WooCommerce] Cannot change color of text of woocommerce-breadcrumbOK, this is what happened. I tried your suggestion and it made the last link of the text (see bold below) in white, the rest remains in dark grey. They are apparently three links shown between each / /
Home / Music sheets / Paolo Benedetto BELLINZANI – Duetti da camera Op.5: Duetto Primo for Violin
here:
Forum: Plugins
In reply to: [WooCommerce] Cannot change color of text of woocommerce-breadcrumbForum: Plugins
In reply to: [WooCommerce] Cannot change font of price in WOOCOMMERCE in WordPressIt worked, Thanks!
- This reply was modified 6 years, 4 months ago by sergioman.
Forum: Plugins
In reply to: [WooCommerce] Cannot change font of price in WOOCOMMERCE in WordPressThanks! It did solve it indeed!
Do you know if it is possible to change the text color of the “Description” title, under the product image? I guess it could be related to the theme, and then not be within the woocommerce settings.Forum: Fixing WordPress
In reply to: Changing font color of title of page in WPThank you Mark, that worked!
Its not a plugin, its called WPForms and appears tine WordPress dashboard, below “Pages” and “Comments”. The color of the font is however related to the theme of the page, not the form itself.
Forum: Fixing WordPress
In reply to: Changing font color of title of blog page in WPFantastic. Thank you Steve.