Okay
  Public Ticket #1268474
Check Out PLace Order
Closed

Comments

  •  4
    Filiz started the conversation

    Hi,  the place order button on the checkout is almost invisible. How can we make the text darker or black for PLACE ORDER. PLease see attachment

  •  1,560
    Laborator replied

    Hi Filiz,

    Add the following CSS to your Custom CSS area to change the color of that button:

    .woocommerce-checkout .place-order input[type=submit] {
        color: #000;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  4
    Filiz replied

    Hi,

    I tried to add this to my CSS but it did not work. Can you please give me more direction or chack my CSS to see what I may have written wrong? Thanks

  •  1,560
    Laborator replied

    Hi Filiz,

    I've fixed your Custom CSS, there were some places where it was not working so this caused all the CSS code after that line not to be applied.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  4
    Filiz replied

    Hi,

    Also how can I make the actual 'bars' black and the text 'Place Order' white? At the moment the with just text it still looks very faint.

    Thanks

  •  1,560
    Laborator replied

    Hi Filiz,

    I don't really understand what you want to do, can you please be more specific and explain it further.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  4
    Filiz replied

    Here in the attachment the "place order' text is black but the rectangular bar is white. I would like to make the bars surrounding the Place order text and the credit card icons black. And the text white. so the reverse color

  •  1,560
    Laborator replied

    Hi Filiz,

    This is a customization and custom changes are not included in the support that comes with the theme, If you're looking for professional help in this matter, there's always someone available for such tasks on WP Kraken. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    It's the last time I am helping you on site customization, paste the following CSS to Custom CSS:

    .woocommerce-checkout .order-review-container{
        background: #000;
        color: #FFF;
        border: none;
    }

    I will set this ticket as closed!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  4
    Filiz replied

    Hi Art, 

     I do not understand the difference between what is changeable on the site directly and what is considered a customization. This is my reason for asking. Thanks for your help. But I assure you it is not something I am doing to annoy anybody.

    Thanks for the code and your help...

  •  1,560
    Laborator replied

    Hi Filiz,

    This is described by Envato team, as you can see:


    (view large version)



    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group