Home Forums Basel support forum Button color

Button color

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #111668

    despina.mina
    Participant

    Hello,
    i want to set a button inside an ihover element VC,so i used the code you have in demo <a class="btn btn-round btn-size-small btn-color-primary" href="#"><strong>read more</strong></a>
    Is it possible to set my color for button and text?
    Thanks

    #111687

    Hello,

    Where do you want to set the button?

    The best way is to use the button element https://prnt.sc/mumkvs you will find the option to set the color

    Best Regards

    #111688

    despina.mina
    Participant

    I don’t want to add another element.I want to use it inside a text

    #111735

    Hello,

    The code you show would assign the primary color which is set in the Theme Settings > Styles and Colors.

    Best Regards

    #111749

    despina.mina
    Participant

    Yes,i know!That i asked you is how to set my color.I don’t want to change the primary color

    #111783

    Hello,

    Assing the unique class to the button, remove all those classes and provide page URL where you have added this and screen what it should look like. I will provide CSS.

    Best Regards

    #111793

    despina.mina
    Participant

    Screenshot
    I want to be the reverse:
    gray initially and on hover pink.Thank you

    #111850

    Hello,

    The site is under construction, please provide your site admin access to the private area.

    Best Regards

    #111916

    despina.mina
    Participant

    yes,sorry!

    #112008

    Hello,

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

    .ult-ih-info-back .ult-ih-content .ult-ih-description-block .ult-ih-description button{
    background:red;
    border:2px solid red;
    }
    
    .ult-ih-info-back .ult-ih-content .ult-ih-description-block .ult-ih-description button:hover{
    background:yellow;
    border:2px solid yellow;
    }

    This code changes the button https://gyazo.com/a34006e6452a9cd9e06ae0136ab5fc00

    Replace the color as per your needs.

    Best Regards

    #112563

    despina.mina
    Participant

    Thanks a lot.It works!

    #112625

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

    Best Regards

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