Comments 2Design Knight started the conversationSeptember 27, 2016 at 5:52amIs there any easy way to get the "Header Starting Logo" to be hidden for the front page only? I can get it to be hidden by uploading a transparent image for "Header Starting Logo," but then it will be hidden for all secondary pages as well. 2Design Knight repliedSeptember 27, 2016 at 9:08amI was able to target it with this: .home #header-outer[data-transparent-header="true"].transparent #logo .starting-logo, #header-outer[data-transparent-header="true"].light-text #logo .starting-logo { opacity: 0; -ms-filter: 'alpha(opacity=0)';} Sign in to reply ...
Is there any easy way to get the "Header Starting Logo" to be hidden for the front page only?
I can get it to be hidden by uploading a transparent image for "Header Starting Logo," but then it will be hidden for all secondary pages as well.
I was able to target it with this:
.home #header-outer[data-transparent-header="true"].transparent #logo .starting-logo, #header-outer[data-transparent-header="true"].light-text #logo .starting-logo {
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
}