Tagged: ismael
-
AuthorPosts
-
April 25, 2017 at 2:39 am #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.
ThanksApril 25, 2017 at 12:45 pm #782824Hey 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,
RikardApril 25, 2017 at 10:45 pm #783161Aah – 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
April 26, 2017 at 1:04 pm #783441Hi,
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,
RikardApril 26, 2017 at 5:10 pm #783613HI – I can change the logo color, but yes, please do give me the CSS to change the background of the element.
Thanks!April 29, 2017 at 2:12 pm #784959Hi 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,
VictoriaMay 2, 2017 at 7:10 pm #786639Hi,
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:May 2, 2017 at 8:29 pm #786679Hi,
Can you give us your logo url?
It seems your logo is not transparent.Best regards,
BasilisMay 3, 2017 at 2:29 am #786827Sure – it’s below. I belive it is transparent.
ThanksMay 3, 2017 at 8:43 pm #787382Hi,
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,
AndyMay 3, 2017 at 10:00 pm #787439Hi 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.
ThanksMay 6, 2017 at 12:14 am #788673Hi – 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?
ThanksMay 6, 2017 at 12:55 pm #788811Hi,
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,
IsmaelMay 6, 2017 at 4:24 pm #788849HI – which html document are you referring to? I’m using a video as a background, with the settings below:
May 7, 2017 at 9:20 pm #789196Hi,
\You need to add that at the CSS custom settings.
Best regards,
BasilisMay 9, 2017 at 8:21 pm #790562Thanks. 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 muchMay 10, 2017 at 9:36 am #790938 -
AuthorPosts
- You must be logged in to reply to this topic.