Home Forums Basel support forum Button and Text Color – Customize

Button and Text Color – Customize

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #227844

    sandrofinoribeiro
    Participant

    Hi,
    How can i change the color of the kind of buttons present on the attached image? Do i need to change the code in html? Its the only way? How can i change the format, border, color, radius of this? Do Basel have some reference document about this?
    Thanks,
    SR

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

    Hello,

    If you want to change the color through the site, you would better do it in the Theme Settings > Styles and colors.

    If you want to change the button only on the home page, add a class to the element so that I could provide CSS applied to these buttons only.

    Best Regards

    #228010

    sandrofinoribeiro
    Participant

    Thanks,

    The class should be “boxbtn”.

    #228218

    Hello,

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

    body.home .promo-banner .btn.btn-color-primary{
    background-color:red;
    }

    Best Regards

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