Thread Starter
mops88
(@mops88)
I try this:
.age-gate {
background-color: # f41f8a;
text-align: center;
width: 100%;
margin: car;
font-family: arial, sans-serif;
}
But unfortunately it does not work.
Thread Starter
mops88
(@mops88)
Thank you, where in CSS can I change the white background? You can see them now on the page. Such a white square on which there are buttons.
Hey @chyriwsky, nice CSS style. Will you share them with your plug?
Thank you in advance.
Thread Starter
mops88
(@mops88)
I am trying to change the color of buttons
e.g:
.age-gate-submit {
margin-bottom: 10px;
background-color: #008CBA;
color: black
}
.age-gate-submit-yes {
margin: 0 5px 10px 0;
background-color: #008CBA;
color: black
}
.age-gate-submit-no {
margin: 0 0 10px 5px
}
But it does not work.