VC: Button Two

Posted in: Newspaper
Post count: 249

Hello,

About the Visual Composer plugin – button 2 doesn’t display properly.

Should look like this: http://take.ms/Kyuq1 but looks like this: http://take.ms/1mgKM

Help?

Post count: 6600

Hi,

In the last version of Visual Composer the classes have changed and the buttons that we haven styled lost their css, we have this on our todo list and we are working on it unfortunately we still have incompatibility issues regarding VC style.
I can find a solution for this in this topic: https://forum.tagdiv.com/topic/buttons/#post-21804
Or you can try to use this custom css:

.vc_btn{
border-radius: 0px;
background-image: none;
background: #4db2ec !important;
color: white;
border: none;
text-shadow: none;
font-family: 'Roboto Condensed', sans-serif;
font-weight: normal;
font-size: 14px;
padding: 5px 12px 7px 12px !important;
margin-bottom: 4px;
transition: opacity 0.4s;
}

.vc_btn:hover {
text-shadow: none;
opacity: 0.8;
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
text-decoration: none !important;
color: white;
}

Hope this helps!
Sorry about this!

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