Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Saurabh Jain Posted August 21, 2020 Posted August 21, 2020 i want to change the button color I have three sets of links for each section I want to use different color what are the best option available I need two different colors - one blue is ok what css can be use to make my new button id
bfarber Posted August 24, 2020 Posted August 24, 2020 You can use different ipsButton_* classes for different colors. ipsButton_normal ipsButton_primary ipsButton_important ipsButton_light ipsButton_positive ipsButton_negative ipsButton_veryLight Saurabh Jain 1
Saurabh Jain Posted August 26, 2020 Author Posted August 26, 2020 if i want to use the color which is not defined say red
bfarber Posted August 26, 2020 Posted August 26, 2020 3 hours ago, Saurabh Jain said: if i want to use the color which is not defined say red ipsButton_negative is red FWIW. But if you want to use other colors you would need to make some adjustments of course. Maybe define a new ipsButton_* class in your theme's custom.css file and then apply that class to your button.
Recommended Posts