More button styles
-
Hi.
I’m trying to style the default More button and it works until I hit the button, then the default styles kick back in.
background-image: linear-gradient(rgb(51, 102, 153) 20%, rgb(34, 68, 119) 100%);
background-position-x: initial;
background-position-y: initial;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: initial;
The :hover state is still OK and if I click outside anywhere on the page the settings I applied come back.
How can I make my styling stay active all the time?The page I need help with: [log in to see the link]
- The topic ‘More button styles’ is closed to new replies.