Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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;
    }
    
    #1030604

    Changed 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.
    #1031169

    Hi,
    Still haven’t figured it out. Some help will be appreciated!
    Thanks in advance,
    Ariane

    #1031404

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Basilis

    #1031408

    Hi Basilis,
    See below
    Thanks in advance,
    Ariane

    #1031818

    Hi,

    Best regards,
    Victoria

    #1032189

    Victoria,

    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,
    Ariane

    #1032202

    hi 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;
    }
    #1032462

    Hi,

    Great, glad you found the solution and thanks for sharing. I’ll close this for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Transparent header background not working?’ is closed to new replies.