Home Forums Basel support forum How to change colors on header right buttons Login, Register Cart

How to change colors on header right buttons Login, Register Cart

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #70617

    nickla24
    Participant

    Hello,

    I change the color of navigation menu from white to black and now it is not appearing on header right the buttons Login, Register Cart.

    Can you tell me how to change color on the buttons Login, Register Cart to from black to white ?

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

    Hello,

    Thank you very much for choosing our theme and contacting us.

    This is possible to change with custom CSS. Please add this code to the Theme Settings > Custom CSS:

    .color-scheme-dark .amount {
        color: #ffffff;
    }
    .color-scheme-dark ul li a:hover {
        color: #ffffff;
    }
    .right-column>div a, .right-column>div ul li a {
        color: #ffffff;
    }

    Best Regards

    #71347

    nickla24
    Participant

    Hello,
    thank you for your help, but this code fixed only amount item.
    Can you tell me how to do it for all items (Login/Register , cart) in the right menu ?

    Thanks

    #71349

    nickla24
    Participant

    ok i fixed

    thanks

    #71356

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘How to change colors on header right buttons Login, Register Cart’ is closed to new replies.