Button Shortcode

Posted in: Newsmag
Post count: 23

Hello,

I try to include a Button shortcode in a text widget.
And I have look all over to find some information about the shortcodes, but have could not find any information.

The cod I get is:
[button color=”” size=”” type=”square” target=”” link=””][/button]

My question is: What color attributs can I choose from ?
I have tried to put some #hex codes but that does not work.

And that size attribut can I choose from ?

Post count: 7909

Hi,

There are only few colors that are apply directly from shortcode color: green, black.. what I tested and the #hex codes does not apply, but you can add to the color something like this: http://screencast.com/t/OFPaysLX2
And use that 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 custom css: http://screencast.com/t/QSueg06MT

.vc_btn-your text on color{
background-color: #3C89AB!important;
color:white;
}

Hope this helps!

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