This topic is: not resolved
- This topic has 0 replies, 1 voice, and was last updated 4 months, 1 week ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.
Community Forums › Forums › General Genesis Framework Discussions › How do I remove the filter on the homepage of the Altitude Pro Theme?
Tagged: css, removing filter/overlay
I'm trying to brighten up my homepage by removing the filter on the altitude pro theme. I tried doing the same thing I did last time but it's not working... Any ideas on how to do it?
I changed the background and filter to "none"
/* Front Page
--------------------------------------------- */
.image-section,
.solid-section {
clear: both;
text-align: center;
width: 100%;
}
.image-section {
Background: none;
Filter: none;
display: table;
overflow: hidden;
table-layout: fixed;
width: 100%;
height: 100vh;
}
.image-section .widget-area {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.image-section,
.image-section a {
color: #fff;
}
.image-section a:focus,
.image-section a:hover,
.image-section .featured-content .entry-title a:focus,
.image-section .featured-content .entry-title a:hover {
color: #0680a2;
© 2024 WPEngine, Inc.