button fonts and style

Posted in: Newspaper
Post count: 28

HI
how can I modify the font and style details of BUTTONS?

I mean vc_button

I didn’t find them in style.css

and I also tried to use a class definition, but without success

Post count: 7909

Hi,

You can change the font of the button with css code in Theme Panel > Custom Css: http://screencast.com/t/e5QYjtBYyT

.wpb_button{
font-family: Ubuntu;
font-weight: 600;
font-size: 14px;
font-size: 20px;
}

Result: http://screencast.com/t/D4Wtqxeq

Also if you want to customize the button try something like this:

.wpb_button{
border-radius: 5px;
background: red !important;
color: blue;
border-bottom: 3px solid black !important;
}

Result: http://screencast.com/t/4M1GkELDFtag

Hope this helps!

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