Tagged: transparent header
-
AuthorPosts
-
November 6, 2018 at 4:32 pm #1030432
Hi,
On https://voogdmeelhandel.nl/webshop/ I am trying to get the header background transparent, found code below from https://kriesi.at/support/topic/transparent-header-background/ but it’s not working for me. What could be the problem?
Thanks in advance,
Ariane.header_color.header_bg { background: transparent url(”) top left repeat-x scroll; }
November 6, 2018 at 10:09 pm #1030604Changed the code to, see below, but still not working.
Funny thing is, transparancy works when scrolled but not on full page / header
Hope support knows where it goes wrong.
Regards,
Ariane.header_color .header_bg { background: transparent url('/webshop/wp-content/uploads/2018/11/voogd-header.png') top right no-repeat scroll; }
- This reply was modified 6 years ago by ariane1001.
November 8, 2018 at 11:30 am #1031169Hi,
Still haven’t figured it out. Some help will be appreciated!
Thanks in advance,
ArianeNovember 8, 2018 at 10:09 pm #1031404Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
BasilisNovember 8, 2018 at 10:13 pm #1031408Hi Basilis,
See below
Thanks in advance,
ArianeNovember 9, 2018 at 9:05 pm #1031818Hi,
Best regards,
VictoriaNovember 11, 2018 at 10:35 am #1032189Victoria,
I see the same, might look like the same but it isn’t, you’ve got a background with background image and in the header a solid color.to be clear I changed this to black for now. As explained in the first message, I would like the background of the header to be transparent so one will see the background behind the mill an text.
I tried a lot of CSS but for some reason background stays filled with a color (black in this case).I am running out of time, a helpfull answer will be appreciated.
Please ask Yigit,Basilis or one of the other coders for some help! There is already an temporary account because Basilis asked for it.Regards,
ArianeNovember 11, 2018 at 12:33 pm #1032202hi all,
Don’t bother, found the problem. #main has got the background color, not anything inside header.
So with the code below it’s working.
Ticket can be closed now.
Regards Ariane#main { background-color: transparent; } .header_color .header_bg { background: transparent url('/webshop/wp-content/uploads/2018/11/voogd-header.png') top right no-repeat scroll; }
November 12, 2018 at 8:28 am #1032462 -
AuthorPosts
- The topic ‘Transparent header background not working?’ is closed to new replies.