Hi there
Thanks a lot for the awesome theme!!
I’m trying to use the extrclass functionality to style a shortcode elements
Si I put the class name (bigbutton) in the proper filed:
[sf_button colour=”accent” type=”bordered” size=”standard” link=”http://www.ggtest.it/categoria-prodotto/offerte/” target=”_self” icon=”” dropshadow=”yes” rounded=”yes” extraclass=”bigbutton”]PROMOZIONI[/sf_button]
and I referred to it in the custom css area onto Theme Options
.bigbutton {
display: inline-block;
font-size: 50px;
line-height: 49px;
height: auto;
padding: 14px 26px;
margin: 0 10px 20px 0;
font-weight: bold;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
transition: all .3s ease-out;
border: 0;
position: relative;
outline: 0;
text-shadow: none;
text-decoration: none;
vertical-align: middle;
letter-spacing: 1px;
max-width: 100%;}
But I didn’t have any fortune!
Have you any advice about that? Can you tell where or what i’m messing?
Thanks a lot
gg
Attachments:
You must be
logged in to view attached files.