Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #361104

    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

    #361199

    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

    #362296
    This reply has been marked as private.
    #362618

    Hey!

    When you drag the element over there is an option for editing the shortcode.

    Regards,
    Elliott

    #362963
    This reply has been marked as private.
    #363332

    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

    #363519
    This reply has been marked as private.
    #363622

    Hey!

    Please go to Colors tab on Button element and choose to display custom color – http://i.imgur.com/SaWbeHQ.png

    Cheers!
    Yigit

    #364537
    This reply has been marked as private.
    #365095

    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

    #398767
    This reply has been marked as private.
    #399141

    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

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