Change All button Shortcode Color by CSS

Posted in: Newsmag
Post count: 74

Hello,

I’d like to change my button color to red.

How to apply this change to all button ?

Also is there anyway to make them bigger than the standard one by CSS ?

thx

Post count: 6600

Hi,

You can do it via css like this for the read more buttons: http://screencast.com/t/b6aPCsBLH6h
For other buttons you need to use other classes as there is not class which you can sue to change all buttons.

Thanks

Post count: 74

Hello Lucian,

Thanks for your message.

I am having an issue now ex i try this shorcode :

[button color=”red” size=”large” type=”round” target=” _self” link=”http://www.google.com”%5DSubscribe now[/button]

Only text in red is displaying there is no button appearing on my website.

Thx for ur help.

Post count: 7909

Hi,

You can change the color and add background for all these buttons via custom css:

.vc_btn{
background: red;
color: white;
}

Buttons created: http://screencast.com/t/CscXzh8wmGx
Result with css: http://screencast.com/t/1Ew0Vd2Jgka

Thanks!

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