Tagged: header logo, transparent header
-
AuthorPosts
-
November 7, 2019 at 6:03 pm #1154695
Hello,
My header logo and menu are meant to be transparent. I have put the code below into CSS and now the header is transparent on mobile and desktop but not in between (maybe table landscape??) You can see it if you drag the browser in and out far enough. I have tried changing the number 900 in the code but doesn’t seem to work. Can you help?/* Transparent header on mobile */
@media only screen and (max-width: 900px) {
#top #wrap_all .av_header_transparency,
.av_header_transparency #advanced_menu_toggle {
background: transparent!important;
position: absolute!important;
}}November 8, 2019 at 1:29 pm #1154983Hey FA123,
Changing the media query value should work, otherwise it would apply to all screen sizes. Are you clearing your local cache before checking the results?
Best regards,
RikardNovember 8, 2019 at 3:23 pm #1155034Hi Rikard, I was looking at it on another browser to see did it work as sometimes clearing the cache doesn’t work for me. Do you know what value it should be to prevent this problem? Lower/higher etc? I will try again
November 9, 2019 at 6:12 am #1155167Hi,
Thanks for the update. Please try 1024, that should apply to most tablet formats.
Best regards,
RikardOctober 10, 2020 at 3:22 pm #1251888Hi
My Header is not transparent only under 680 px size (appears black above the picture). It works perfectly on PC and Tablet bigger sizes. I’ve tried this code but there is no change :@media only screen and (max-width: 767px)
{
#top #wrap_all .av_header_transparency
{
background: transparent;
position: absolute!important;
}
}October 11, 2020 at 11:07 am #1252039Hi Reno68100,
Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.
