SKT Decor – Woocommerce Logout

Home Forums All Other Themes SKT Decor – Woocommerce Logout

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #130048
    Thomas HaessigThomas Haessig
    Participant
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: August 20, 2019

    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.ch

    On 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

    #130065
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    #payment img {
        width: 10%;
    }

    Regards,
    Chris

    #130096
    Thomas HaessigThomas Haessig
    Participant
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: August 20, 2019

    Thank you so much! Can you help me with the colors as well?

    #130179
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #130218
    Thomas HaessigThomas Haessig
    Participant
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: August 20, 2019

    Hello Chris

    I need those colors to change: https://imgur.com/fEudJ44
    New #color is writen in the file.

    Thanks alot!

    #130254
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #130292
    Thomas HaessigThomas Haessig
    Participant
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: August 20, 2019

    Hello 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

    #130355
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.