Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter assaflew

    (@assaflew)

    thank you! and, if’d like to wrap the popup window with a white border?
    I tried :

    div.age-gate-wrapper {
    border: 5px solid white;
    }
    however, I’m not sure if that is the element

    Thread Starter assaflew

    (@assaflew)

    thank you for your reply! it was indeed the problem.
    perhapes you can guide me with this one aswell? trying to have the default blue hover color change into sort of black & white and also increase the font size of the headline , apparently the color and the size are the same:

    button.age-gate-submit-yes,
    button.age-gate-submit-no : hover {
    background-color: #4CAF50;
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);

    }

    h1.age-gate-heading {
    font-size 50px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)