Modularity Lite Theme Css
-
I recently updated to custom css for the blog theme modularity lite. As soon as I copy and pasted the original html, the gray opacity box that covers the the blog disappeared. I still have not figured out why, I’ve gone through the code several times with mine and the original and I havne’t figure out the reason.
Regards,
Ricky SotoAbandonedSounds.com
Blog url: http://abandonedsounds.wordpress.com/ -
You can figure out where you made the change by going back through your CSS revisions on your ‘Edit CSS’ page, then you can either restore to that revision, or make the necessary changes in your latest revision.
You can see how to use the revisions tool by following the instructions on the Editing CSS support page.
-
the thing is the html from the original code i copied is somehow how not the same…it doesn’t have the opacity setting on it anymore and I didn’t modify it at all. Yes, I did change the color, which is a grayish black, but that should be transparent which is what I’m trying to figure out.
-
On your Edit CSS page, you can view the original stylesheet by clicking on the ‘(view original stylesheet)’ link in the ‘Add this to the Modularity Lite theme’s CSS stylesheet’ section.
-
when i use modularity original html code and preview it, it appears without the opacity screen. As soon as I bought the css upgrade, the opacity box disappeared..I know a lot of other people have this problem, but thanks for the suggestions.
-
.container {
background:#1a1a1a;
}this is the part that determines the color replacement of the opacity screen, but i just don’t know the code to turn it back to transparent. this is also the code from the original html but does not show as transparent
-
The transparent part is actually an image.
You’ll need to set this in .container:
background: url("images/repeater.png") repeat scroll 0 0 transparent; -
- The topic ‘Modularity Lite Theme Css’ is closed to new replies.