Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #719039

    Hello,

    It appears there is no way to use the ‘Transparent Light’ style on full width buttons. So I’m trying to target custom css to the button I want to be transparent.

    Can you please show how to target this custom css to a section to make a full width button inside that section transparent?

    .avia-button-fullwidth .avia-button-fullwidth {
    font-size: 1em;
    color: #fff;
    border: 3px solid #fff;
    background: transparent;
    }

    I have the Section ID set to whoweare

    Thanks!

    #719041

    I forgot to mention that I’ve got it set like this in custom css and it is working, but there is something wrong with my code because the background is not going transparent. It’s still registering the theme colors.

    #whoweare .avia-button-fullwidth .avia-button-fullwidth {
    font-size: 1em;
    color: #fff;
    border: 3px solid #fff;
    background: transparent;
    }

    #719154

    Hi,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #727346

    Thanks for getting back to me Rikard! I found a work around.

    #727438

    Hi!

    Thanks a lot for letting us know, we do appreciate it a lot!
    Please feel free to poke us if you need anything else, we will be more than happy to help further!

    Regards,
    Basilis

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