Misty Lake site wide fade
-
How do I disable the fade effect site wide including the sidebar on Misty Lake?
The blog I need help with is: (visible only to logged in users)
-
Hey @blackrabbit64!
Assuming you have the Custom Design upgrade, give this a try:
.widget-area, .entry-meta, .format-quote .entry-title, .format-quote .entry-title a, .format-aside .entry-title, .format-aside .entry-title a, .header-image img, .entry-content img, .comment-content img, .widget img, .entry-thumbnail img { opacity: 1; }I believe this might do it for all site elements.
-
Hi, Thanks. I am a total vegie at this. I do have custom design. Do I type this in in CSS?
-
-
DO you know how to change the background beige on the site? Doesn’t allow me to with Custom colors.
-
-
To change the background color for menu items and widgets in the Misty Lake theme, add the following to your Appearance > Customize > CSS panel:
.main-navigation ul li a, .widget { background: yellow; }Change the color name to a color code of your choice.
-
-
Yes, @blackrabbit64. You can paste it right below the other piece of code you just inserted there :)
-
- The topic ‘Misty Lake site wide fade’ is closed to new replies.