Buttons

Posted in: Newspaper
Post count: 7909

Hi,

The colors supported by the button shortcodes are the same colors used for button element from Visual Composer – http://screencast.com/t/RxogkveK that’s why I said that I think is more easy to create it in the page. So if you want to use the button shortcode in post content, just choose your button and set a specific color(from those supported) – http://screencast.com/t/1OA6AlTshttp://screencast.com/t/Re5dGI1oEn7

Thanks!

Post count: 73

Please disregard last request, I am now able to use the shortcodes… not sure what changed but grateful it’s working now!

Post count: 11

How i can add custom color to btn in Visual Composer ? I tried with extra class in CSS but with no luck. Can i add color to pick up from dropdown menu or other solution ?

Post count: 22421

Hi,
You can create your button in visual composer and assign your settings to it including a custom class. Then use the shortcode to implement it:
for example: [vc_btn title="MY BUTTON" color="default" link="url:https%3A%2F%2Fgoogle.ro||target:%20_blank" el_class="mycustombutton"]
Then you can use css like so to asign custom colors to it:
.mycustombutton a{
color:red!important;
background-color:yellow!important;
}

Thank you!

Viewing 4 posts - 26 through 29 (of 29 total)
You must be logged in to reply to this topic.