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

    I have a group of buttons with the same Custom Css Class.

    I would like to use a quick css to change some characteristics of this buttons, like:

    – Custom Background Color
    – Button Link

    Which code can i use?

    Thanks

    #194991

    Hi CloudChoice!

    You can set button link manually and change colors on Button settings as shown here http://i.imgur.com/GrJWLqI.jpg you just need to click on the button element that you have added using Avia Layout Builder

    Regards,
    Yigit

    #195068

    Hi, thanks.

    But I know this.
    I have about 200 buttons pointing to the same link, so I need the CSS code in order to make the batch change in the link and in the color.

    #195078

    Hey!

    Can you post the link to your website and point out the button that you would like to modify?

    Cheers!
    Yigit

    #195099

    Hi,

    For example:

    I created several buttons with the Custom Css Class: botask

    And in the quick css I used:

    .avia-button.botask a { url: http://site/page-test;
    background-color: #A258C4 !important;
    }

    But this quick css is not working to call the link and neither to change the Custom Background Color.

    Thanks

    #195148

    Hey!

    The property “url” is not a valid css property. You need to add the url link on the anchor tag.

    <a href="http://site/page-test" class="avia-button botask">Click Here</a>

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Button Quick CSS Code’ is closed to new replies.