Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #640053

    Hi!

    What’s the widest you can have a logo?
    Our logo has the company name next to it and its quite long..

    I can do it with cutting it up and using the logo area for the logo and then the company name as a header background image, so they look like one.
    This seems to work ok on most pages (with a bit of guess work getting them to line up)

    But the issue is we have a transparent header on the home page which is black with white menu items and the background image we are using as a work around is black text.

    So it would be better all round to use the actual logo area then we can have a transparent version of the logo which is set in the “Transparency Logo” setting in Theme Theme Options>Header>”Transparency Logo

    Unless there is also a setting to have a alternate transparent header image>?

    #640058

    Hey,

    Both workarounds can be achieved with CSS but we’d need to see the site live.

    Best regards,
    Josue

    #640064

    Hi. Josue!
    Here you go.

    • This reply was modified 8 years, 5 months ago by mmsdev.
    #640284

    Hi,

    Disable the background image from the theme settings and use this CSS code instead:

    /* Transparent */
    .av_header_transparency #header_main .container .inner-container {
        background: url(https://s3-eu-west-1.amazonaws.com/midischool/~midischool/wp-content/uploads/2016/05/23143639/site-header21.jpg) no-repeat top center;
    }
    
    /* Non-transparent */
    #header_main .container .inner-container {
        background: url(https://s3-eu-west-1.amazonaws.com/midischool/~midischool/wp-content/uploads/2016/05/23143639/site-header21.jpg) no-repeat top center;
    }

    Best regards,
    Josue

    #640374

    Thanks but now it looks like this..

    Even if i made them not on a white background (obvious) on both back grounds as per attachment

    1: Transparent It is showing a white back ground on the logo
    2: Scroll down / mobile it is not in line with the logo anymore.

    3: On a mobile it looks like attachment 3 (Should not show the header image)

    • This reply was modified 8 years, 5 months ago by mmsdev.
    #640865

    Hi,

    I checked your website on desktop and on mobile. It looks good to me on both. Could you fix it already? if not please send us a mockup with the results you want to achieve, so we can provide you some precise css code.

    Best regards,
    Andy

    #640941

    No defiantly not right.

    See attachments for mock ups of how it should look, its not a massive or complicated look.

    Would be completely strait forward if enfold had a setting for “alternative header image when transparent” as its does for the logo.

    1: Header mock up for transparent header
    2: Header when scrolled down, white header
    3: On mobile devices: No header image showing (currently working but the logo is pixelated.

    #640981

    SOLVED MANY THANKS THOUGH

    #641282

    Hi,

    Great, glad you got it working :-)

    Thanks,
    Rikard

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