how do i get rid of my post's transparency.
-
hey, first things first im a first time user, and i’m trying to figure out how to remove the transparency/opacity on my posts. I’ve got the triton Lite default theme and my posts are transparent unless a cursor hovers above it. how do i get rid of this?
The blog I need help with is: (visible only to logged in users)
-
To remove the opacity from the images on the Triton Lite home page, add this to your Appearance → Custom Design → CSS editor:
.lay1 > div .imgwrap { opacity: 1 !important; }
- The topic ‘how do i get rid of my post's transparency.’ is closed to new replies.