Home › Forums › All Other Themes › SKT Decor – Woocommerce Logout
- This topic has 7 replies, 2 voices, and was last updated 5 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
September 3, 2019 at 1:00 pm #130048
Hello there
I’ve got a problem with my woocommerce shop on my website.
I’m running the SKT Decor template on this website: http://www.rührsack.chOn the last step of checkout (with stripe) there are the logos of Mastercard, Visa, … but they are huge, like covering the whole webiste huge. Can anyone help me to get them small?
And I’d like to change the color of the shop. The elements in pink and purple need to be in a different color. How can I change them?
Kind regards
September 4, 2019 at 5:07 am #130065Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
#payment img { width: 10%; }
Regards,
ChrisSeptember 4, 2019 at 7:24 am #130096Thank you so much! Can you help me with the colors as well?
September 5, 2019 at 5:13 am #130179Hi,
Which colors? Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
ChrisSeptember 5, 2019 at 12:27 pm #130218Hello Chris
I need those colors to change: https://imgur.com/fEudJ44
New #color is writen in the file.Thanks alot!
September 6, 2019 at 6:30 am #130254Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.content-area .woocommerce-cart-form tr th { color:#4c3900 !important;} .content-area .woocommerce a.button.alt { background-color:#4b4b4b !important;}
Regards,
ChrisSeptember 6, 2019 at 10:03 am #130292Hello Chris
Thanks alot – unfortunately, that did not change everything:
https://imgur.com/wLJxafm (Font still pink)
https://imgur.com/8BDsxp8 (font still pink, button still purple)Thanks for the code
Kind regards
September 9, 2019 at 5:23 am #130355Hi,
Kindly use this one
.content-area .woocommerce table.shop_table th, .woocommerce-page table.shop_table th { color:#4c3900 !important;} .content-area .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color:#4b4b4b !important;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.