Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1290249

    I’m sure there’s a simple solution – but I can’t find it scrolling through the CSS.

    I want to have the buttons on my site to have some opacity.

    Any ideas?

    Aidan

    #1290304

    Hi Aidan,

    Please edit the Button Row > Advanced (tab) > Developer Settings > Custom CSS Class put: my-buttonrow then save.
    Go to Enfold > General Styling > Quick CSS, then add this CSS code:

    .my-buttonrow .avia-button {
        opacity: 0.7;
    }

    Best regards,
    Nikko

    #1290383

    Thanks Nikko! I’ll give i a shot.

    Cheers,
    Aidan

    #1290397

    Hi Aidan,

    You’re welcome :)
    Just adjust the opacity value (highest value is 1 which is no transparency, 0 is the lowest value which is fully transparent).

    Best regards,
    Nikko

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