Home Forums Basel support forum Changing Button Text Color

Changing Button Text Color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #253731

    hafizainal
    Participant

    Hello Team,

    First of all, wishing you good health and stay safe.

    I would like to ask a couple of things regarding the Basel Theme. (refer images)

    1. How to change the Font Color for View Cart Button & Update Cart Button?
    2. How to remove the “Tag your photos with nature on Instagram”

    Thank you in advance.

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

    Hello,

    Please provide your site admin access to the private area as well as the pages URL, I will provide custom CSS. Actually, the colors are changed in the Theme Settings > Styles and colors.

    Best Regards

    #253784

    hafizainal
    Participant

    Hi,
    Thanks for the reply. Please find my details in private content below.

    #253894

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .widget_shopping_cart .buttons a:hover {
        color: red;
    }
    body .widget_shopping_cart .buttons a {
        color: yellow;
    }
    .woocommerce .cart-actions .button {
    color:red;
    background-color:yellow; 
    border-color:yellow;
    }

    Best Regards

    #253908

    hafizainal
    Participant

    Thanks. It works. So the button text solved. How about the Instagram images on my single product page? I want to remove it. Thanks

    #253912

    Hello,

    Enter each product and remove this hashtag: https://prnt.sc/wavqy0

    Best Regards

    #253969

    hafizainal
    Participant

    Hello Elise,

    Thanks for your helps. It works.

    Regards,
    Hafiz

    #254122

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)