Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 21, 20204 yr 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
August 24, 20204 yr You can use different ipsButton_* classes for different colors. ipsButton_normal ipsButton_primary ipsButton_important ipsButton_light ipsButton_positive ipsButton_negative ipsButton_veryLight
August 26, 20204 yr 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.