Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #782614

    Hi

    I’m using a background video with the full screen slider, and an overlay. When the page is initially rendered, the white part of the logo does not appear, along with a black box, which I guess is the overlay. Anyway, when you look, it will be apparent. Any guidance on how to eliminate these issues would be most appreciated.
    Thanks

    #782824

    Hey Dwimmer,

    That is because the background is white initially and so is that part of your logo, how do you want to change it?

    Best regards,
    Rikard

    #783161

    Aah – that makes sense. If there’s no reasonably easy way to keep it while, I’ll just make the whole thing green.No a problem at all. Thanks

    #783441

    Hi,

    I can’t alter the image for you unfortunately, I can give you CSS to change the background of the element though if that is what you are looking for?

    Best regards,
    Rikard

    #783613

    HI – I can change the logo color, but yes, please do give me the CSS to change the background of the element.
    Thanks!

    #784959

    Hi Dwimmer,

    The image should have transparent background and less whitespace. And then you can apply this css to it:

    
    #top .av_header_transparency.av_alternate_logo_active .logo a > img { opacity: 1; }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #786639

    Hi,
    Using that code, the transparent header selected, and a logo with a transparent background uploaded to the transparent logo area. here is what I got:

    #786679

    Hi,

    Can you give us your logo url?
    It seems your logo is not transparent.

    Best regards,
    Basilis

    #786827

    Sure – it’s below. I belive it is transparent.
    Thanks

    #787382

    Hi,

    it works well for me when I use the logo image you’ve provided: http://i.imgur.com/KVu8ruX.png
    However, I reverted my changes again. Make sure to clear any caching.

    Best regards,
    Andy

    #787439

    Hi Andy,

    For sure it does, but having a transparent logo appearing was not the issue. The problem is the way it renders when the page is loaded. I left it on so you can see the problem. The code that was provided above is not in the custom css, but if you drop it in, you will see that it creates another issue.
    Thanks

    #788673

    Hi – so possibly this is not going to get resolved. It’s ok, I will just not use a logo. However, there is another issue which I do need to resolve. When the home page loads, a black box, which must be the slide overlay, only projects partially on the screen, rather than on the full width. Is there a way to resolve this?
    Thanks

    #788811

    Hi,

    Thank you for the info.

    Please set the background of the html document to black.

    html {
        background-color: #000000;
    }

    It is currently set to white.

    Best regards,
    Ismael

    #788849

    HI – which html document are you referring to? I’m using a video as a background, with the settings below:

    #789196

    Hi,

    \You need to add that at the CSS custom settings.

    Best regards,
    Basilis

    #790562

    Thanks. The code works great for the big slider area, and areas on the home page that have a #00000 background. However, there is one areas that has a white background. That area is the ‘about us’ section, and when you click the menu, the black box is present. If that can be resolved it would be great.
    Thanks very much

    #790938

    Hi,

    I’m sorry but I can’t see the “black box” or the “slide overlay”. Maybe, I’m looking on the wrong section. Could you please provide a screenshot of the issue?

    Best regards,
    Ismael

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.