button color on V6

Posted in: Newspaper
Post count: 21

when i am using
[button color=”” size=”large” type=”” target=”” link=””][/button]

what is the color option i have, i want to use blue for color , its not working i will have purple or weird color

leave color empty the color would be black on hover will be blue , i want this to be the apposite

and i need more color to add like green, red or more, nothings is work, i am doing something wrong

Regards

Post count: 7909

Hi,

There are only few colors that are apply directly on shortcode button as black(default), green, blue.. what I tested and the #hex codes don’t work there. I don’t have a list of colors supported, sorry. A solution is to create your button in a page and take the shortcode and paste it in post content – http://screencast.com/t/SPcFoSldgodhttp://screencast.com/t/7pAPG5YN9Rhttp://screencast.com/t/9ypgY52djbAd
Result: http://screencast.com/t/bGfiE3RzTwP5

Or you can use the shortcode and add the color something like this: http://screencast.com/t/mF1AGJIWOh8a
And use this like an extra class, so you can change background only for that button or if you have more buttons that you want to have the same color with this custom css: http://screencast.com/t/Wt37aY48J In this way you can add an #hex color.

.vc_btn-test {
background-color: #3C89AB!important;
color: #ffffff;
}

Hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.