Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1267267

    Hello Enfold Team,
    I have tried to find similar problems and solutions. Unfortunately, I do not really get anywhere at this point.
    I have created in in 2 columns with the element “button full width”. I liked to have the buttons on this page a bit transparent. RGB 0/0/0 opacity 0.5 and with mouse over RGB 0/0/0 opacity 0.8 how can I realize this with QuickCSS.

    Thanks for your help

    #1267308

    Hey stefan,

    I’m not seeing any button on the page you provided.

    Best regards,
    Jordan Shannon

    #1267560

    Ho Jordan, scrolling down. I mean this:

    https://cloud.cutandpaste.de/index.php/s/etbabtnQLKWAn67
    Thanks Stefan

    #1267989

    Hi Stefan,

    Thanks for the screenshot. Please try the following in Quick CSS under Enfold->General Styling:

    #rechtsgebiete .avia-button-fullwidth {
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    #rechtsgebiete .avia-button-fullwidth:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    Best regards,
    Rikard

    #1268208

    you make me happy :-)

    Thanks for your “MEEEEEGAAAAA ” Support

    #1268289

    Hi,

    Did you need additional help with this topic?

    Best regards,
    Jordan Shannon

    #1268475

    No thanks, everthinks are fine now. in this case :-). you can close

    #1268533

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘customize "button full width"’ is closed to new replies.