Home Forums Basel support forum Change my account page color and hover property color in some buttons

Change my account page color and hover property color in some buttons

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #235714

    Abbazhoes
    Participant

    Hello
    I would like to change the black color of some parts of the page and put another color, but I cannot find where to change it and I have already modified the color options of the theme, but it does not change, the black color is currently in some parts of the store and in some buttons on the hover property. I attach images where I found this color.

    Thanks for your attention

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

    Hello,

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

    body .cart-widget-side .widget-heading{
    background-color:pink;
    }

    Please provide the page URL for the contact page.

    Best Regards

    #236256

    Abbazhoes
    Participant

    ¡Thank you very much the code worked!, I managed to change the black color, the only color that get not change is that of the social media buttons when you hover the mouse over it, it continues to show black, I would request your help just to change that element

    thanks for your attention

    page where the icons are seen, they are also used in the header

    https://www.abbazhoes.com/contactanos/

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

    Hello,

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

    body .social-icons.icons-design-circle li:hover {
        background-color: pink;
    }

    Best Regards

    #237533

    Abbazhoes
    Participant

    Thanks for the code it worked!

    #237551

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

    Best Regards

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

The topic ‘Change my account page color and hover property color in some buttons’ is closed to new replies.