Contrast/dakest lines

Home Forums Jevelin Theme Contrast/dakest lines

Home Forums Jevelin Theme Contrast/dakest lines

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • vesna
    Participant

    Hey!

     

    Can you help me make darker lines / more contrast in the squares?

    Thank you!!!

    Attachments:
    You must be logged in to view attached files.

    Hi @vesna,

     

    I hope you are well today and thank you for your question.

     

    Sure we can do it by developing custom CSS code.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    vesna
    Participant

    vesna
    Participant

    Can you please also add the red button like demonstrated on the last 2 glasses?

     

    Thanks a lot!

    Attachments:
    You must be logged in to view attached files.

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce .sh-woo-post-content-container {
        box-shadow: 0px 3px 13px 1px #bbb;
    }
    
    .woocommerce ul.products li.product .add_to_cart_button:after{
        background: #f5614d;
        border-radius: 100%;
        color: #fff;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
        padding: 20px 12px;
    }
Viewing 5 posts - 1 through 5 (of 5 total)