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
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
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.
Hey!
Can you post the link to your website and point out the button that you would like to modify?
Cheers!
Yigit
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