Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #452621

    Hi,
    would it be possible to neutralize the frontpage logo (hide it), thus having the logo area background color instead of it.

    A big logo is displayed on the frontpage in itself, so it makes a disgracious duplicate with the default logo displayed in the main menu.
    Nevertheless, we’d need to display the logo, upper left as “usual” on the other pages of the site.

    Is that possible?
    Thanks

    #452938

    Hi Ad-Min7477!

    Thank you for using Enfold.

    Please post the website url here so that we can see the page. You can hide the logo using css:

    home .logo {
        display: none !important;
    }

    Regards,
    Ismael

    #453041

    Hi Ismael,
    thanks for your prompt answer.

    The url website is as follows: rentonfrance.com.
    Let me know if you need an admin account.

    I’ve tried to insert the code in the theme CSS form but it didn’t work.

    By the way, how do I do if I have several instructions to enter in the personalized CSS.
    Excuse me I’m not a dev.

    Exemple, I had for this a shadow CSS (which the customer wants me to remove anyway :-) :

    .boxed #wrap_all {
    box-shadow: 0 20px 20px #000000;
    }
    footer#socket {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    }
    div#header_meta, header#header, div#wrap_all, body#top, div#main, .header_bg {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    }

    Do I copy-paste one after the other, or do I need a specific separator?
    (probably obvious but..)

    Best.
    JM

    #453263

    Hi!

    It seems like you are displaying your logo using image element. You can simply edit your homepage and remove it.
    Or please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your element a custom CSS class and then add following code to Quick CSS

    .home .your-custom-class { display: none; }

    Best regards,
    Yigit

    #453947

    Ups.
    OK I’ll try that. My very first time I go there…

    Ref. […] “It seems like you are displaying your logo using image element. ”
    Yes, but I’ve done that on purpose because we don’t want to have the upperleft logo on that page and want a big one.

    For the rest of it, and it’s a crime, I use a so called brown logo as a background image as far as I’m experiencing troubles with the background color I never had before, once brown, once black???
    I now turned the boxed layout off and it’s ok, then. But that’s the second time that the background color turned dark as it was mentionned as being brown…

    Have a nice day
    JM

    #454396

    Hey!

    I’m not sure I understand your follow-up inquiry regarding a background or something. Can you please provide a screenshot? I didn’t know that you add the logo as an image element, with that, just remove the logo in the home page’s advance layout builder.

    Regards,
    Ismael

    #454620

    Hi Ismael,
    I just meant that I was having an issue, using the boxed layout and displaying both page and “screen” background the same brown colors.
    It was sometime working, sometime not. I wanted to keep the boxed layout to be able to play with shadows around the box. But the “customer” doesn’t like it, so I fixed the trouble by selection fullwidth (wide) brown layout. [Before that, I was only trying to cheat via a repeated brown background image so my background was fully brown).

    I’m not sure i’m clear, but the bg pb isn’t a pb anymore.

    Referring to upper left template logo, I have to try to use your suggested method with the custom CSS field.
    Hem, I’ve never done that before…I’ll try it and that could improve my skills if I succeed!
    The current displayed logo on the front-page is a wish of my “customer” and that’s the reason why I have to make the template logo disappear of this particular page to avoid to have 2 on the same page.

    I’ll let you know.
    Thanks again.
    Best regards.
    JM

    #454947

    Hey!

    Alright. I’m sorry if I can’t understand you clearly, maybe a screenshot will clear things out. Use imgur or dropbox. Have you tried using the Color Section element to change the background of the content?

    Cheers!
    Ismael

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