Transparency for McKinley Theme?
-
I would like to change the homepage content box to be partly transparent – is that possible on the McKinley Theme?
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following which uses RGB color with a opacity setting. The first three numbers are the RGB color (255, 255, 255, is white) and the last number, the 0.8, is the opacity. The closer to 1, the more opaque.
.home .hentry { background: rgba(255, 255, 255, 0.8); }
- The topic ‘Transparency for McKinley Theme?’ is closed to new replies.