Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #448758

    Hello,

    I have two adjustments I’d like to make to to the dark transparent buttons:

    1) is it possible to make the button border itself transparent? I have in mind a button in which only the text is visible but whole button including the border is transparent.

    2) is it possible to reduce the thickness of the dark transparent button border?

    Thank you

    #448766

    just to flag — the questions above are different than the phone number question from before (which also dealt with buttons)…thanks :)

    #448779

    Hey!

    Use this:

    #top .avia-button.avia-color-dark {
        border-color: rgba(0,0,0,0);
        border-width: 1px;
    }

    Cheers!
    Josue

    #448785

    Thanks so much. If I want to make these adjustments only to a particular button, where do I insert the custom class name? (Sorry again for the basic question — just learned about custom classes an hour ago).

    #448790

    Correct, the code would be like this:

    #top .custom_class_here {
        border-color: rgba(0,0,0,0);
        border-width: 1px;
    }

    Regards,
    Josue

    #448794

    super, thanks.

    working late tonight, will probably have some more questions later…thanks for all your help.

    #448796

    You are welcome, glad to help :)

    Regards,
    Josue

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