Hello
Is it possible to change the color of the buttons to transparency and to set a border. How can I adjust the shortcodes of buttons?
Best regards
Hey Atelier_interaktiv!
In the shortcode options at the top you’ll see two tabs, “Content”, and “Colors”. Switch to the colors tab and then select the light transparent option for the button color. This will make it transparent and with a border.
Best regards,
Elliott
Hey!
When you drag the element over there is an option for editing the shortcode.
Regards,
Elliott
Hi!
If you can’t find the two tabs (content and colors), it means you’re not using Enfold 3.0.4. Please update the theme to the latest version.
Regards,
Ismael
Hey!
Please go to Colors tab on Button element and choose to display custom color – http://i.imgur.com/SaWbeHQ.png
Cheers!
Yigit
Hey!
That’s not possible that way, however you can do it via CSS; set a custom class to the button and add this to Quick CSS:
.custom-button {
color: #188ece !important;
background: transparent !important;
border: 2px solid #188ece !important;
}
Best regards,
Josue
Hey!
1. It looks fine to me. Can you take a screenshot and highlight what your trying to do?
2. You cannot hover on mobile devices because there is no mouse or cursor. You can try and simulate a hover by doing a “long tap” or holding your finger over the link for a second or two.
Regards,
Elliott