zev1on
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] rounded corners on table imagesOk thanks Tobias. I’ll do that. All the best
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] column images showing too largeThanks Tobias
Really appreciate your fast reply and help. That’s now fixed.
Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Change color at checkoutThanks Diego. That’s really helpful. Will amend that
Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Change color at checkoutHi @alanmarley thanks for this article. I am trying to just amend the font colour in the checkout under ‘payment options’ where it says “SAVE PAYMENT INFORMATION TO MY ACCOUNT FOR FUTURE PURCHASES.”
It’s currently white so very hard to see against the light grey background. Is there a snippet that addresses this exact element? See my site checkout for context. Many thanks
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] height of rows on mobileThanks Tobias. That worked. You have been a great help. 🙏
Have a great day.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] height of rows on mobile@tobiasbg – sorry to throw one more issue your way.
I’m trying to change the font styling under another table (see here). I’ve used the below snippet but it’s not changing anything
.tablepress-id-4 tbody td {
font-family: Tahoma;
font-size: 15.5px;
font-weight: bold;
color: #2d2d2d;
}Do you know how I can do this? Thanks
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] height of rows on mobileThank you. That worked perfectly! 🙂
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] height of rows on mobileThanks Tobias. One other thing I am struggling with is just increasing the space between the images and text in the table. I have tried adding a <br> or <p> but they creates too much space for my liking.
Is there some snippet I can add to adjust the space?Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] height of rows on mobileClosing thread as checked other threads for answer. thanks
Forum: Plugins
In reply to: [WooCommerce] display category with product listingI found a fix for this online here
https://www.businessbloomer.com/woocommerce-show-product-subcategories/
- This reply was modified 2 years, 10 months ago by zev1on.
Forum: Plugins
In reply to: [WooCommerce] How to show title on ‘upsells’I managed to get it working now. I had added the snippet in the wrong place.
Thanks again.
Forum: Plugins
In reply to: [WooCommerce] How to show title on ‘upsells’Thanks @anastas10s – I just tried adding that snippet but it hasn’t made a change.
Would you suggest I try and edit the up-sells.php file direct?
thanks
Forum: Plugins
In reply to: [WooCommerce] How to show title on ‘upsells’Thanks. Is there a snippet that will add a heading on the ‘upsells’ too? I still just have 3 dots there and would like to replace with something else.
The above snippet just changes the related products
Forum: Plugins
In reply to: [WooCommerce] How to show title on ‘upsells’Hi, I would actually like to just change the 3 dots to some text saying ‘related products’. How would I do this?
thanks
Forum: Plugins
In reply to: [WooCommerce] How to show title on ‘upsells’Thanks. However, when I enter that code it then removes the titles from the upsells. Is it possible just to remove the 3 dots but keep the titles of the products in there?