hamdragon
Forum Replies Created
-
Forum: Plugins
In reply to: [Age Gate] remove the yes/no box on age gateyou are right, that now does look correct. Thank you so much for your help! I wanted to ask, is it possible to add a hover effect over the button where it would just add an underline to your selection on the hover with that color?
Forum: Plugins
In reply to: [Age Gate] remove the yes/no box on age gateHi I am sorry, I should have provided that earlier. Here is the website where you can see the issue. I am trying to remove the entire shape around the submit buttons and change the text color to match the purple above. The
Forum: Plugins
In reply to: [Age Gate] remove the yes/no box on age gatestrange. every piece of code used has had the same effect. it edits the box but it seems as if there is a second smaller box that is unaffected by any code. tried using the !important and noticed the same results.
Forum: Plugins
In reply to: [Age Gate] remove the yes/no box on age gateHi Phil,
When adding button to the css a notification pops up saying that it is overqualified and to start the code at the .age-gate point. I tried looking through my theme settings and customization options but could not find anything that would relate to age gate.
May I ask what makes !important not ideal?
Forum: Plugins
In reply to: [Age Gate] remove the yes/no box on age gatestrange, every time I try to edit the CSS it gives the same results. Even something simple such as changing the color of the box to match the background results in the box appears to shrink along the horizontal axis but keep the vertical and color as before.
code used to change color to background color.
.age-gate-submit-yes, .age-gate-submit-no {
background-color: #f7f1df
}Forum: Plugins
In reply to: [Age Gate] remove the yes/no box on age gateHi @philsbury,
The code helped removed the padding around on the sides of the text but there was still a smaller box visible. is there any additional code you would recommend to remove that?