Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #319109

    Hello,

    I am struggling with the logo at the top of the page:
    I am using the layer slider (image + logo) for my main pages, so no logo needed at the top of the page. Actually I only loaded a tranparent png square image as logo in your Enfold / General Settings tab. If I let it with no logo the Enfold logo would show up.

    For the blog posts and for the page selected for the recent posts I´d like to enable the logo at the top of the page.

    Is there some code to specify on what pages to display the logo, and also enable it on all blog posts?
    Or a code to enter pages where the logo should not be displayed…

    Many thanks, and best regards,
    Oliiver

    #319253

    Hi OlivierCharlot!

    Please upload logo in Enfold theme options then add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo { display: none; }
    .blog .logo, .single-post .logo { display: block; }

    Cheers!
    Yigit

    #320402

    Brilliant!!!

    Since I have no logo on my main pages the header size is left on slim.
    Now withthis logo appearing on blog page and posts it shows out really small. Is there a way to have the “large” header size for blog page and posts, and slim as of today on the rest?

    Thanks again for your great support, and have a nice day,
    Olivier.

    #320485

    Hey!

    Please add following code to Quick CSS as well

    .blog #header_main .container, .blog .main_menu ul:first-child > li a, .single-post #header_main .container, .single-post .main_menu ul:first-child > li a {
    height: 87px!important;
    line-height: 87px!important;
    }

    Regards,
    Yigit

    #321885

    Perfect, many thanks Yigit!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enable Logo only for blog posts and blog page’ is closed to new replies.