Change to CSS in Antenna Theme
-
Can I have the bubble effect removed from the buttons? On the homepage, there’s a different color around the words “Older Posts” and it looks odd in comparison to the rest of the button. I was informed that this was a CSS change since the buttons have a bubble effect. Can I have the code for the bubble effect removed from my website? Can you clarify if it will have an impact on other areas of the website besides the buttons? Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there, on the older posts button, that is a box shadow. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. It should remove box shadows from all buttons where they exist.
button, input[type="button"], input[type="reset"], input[type="submit"] { box-shadow: none; }The read more buttons do not have a
- The topic ‘Change to CSS in Antenna Theme’ is closed to new replies.