Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #635309

    Hi

    1.Is it possible to not have a logo at all? When delete the logo its replaced automatically by Enfold Logo.
    2. Is it possible to have multiple logos according to the page?
    3. Is it possible to have different logo area custom background image on specific pages? Like simulating a top header banner. before the menu
    4. is there a way to have top header at all??

    Thank you very much

    #635339

    Hey hdpcr,

    1.) Use this code inside of Quick CSS field:

    .logo {
    display: none;
    }
    

    I think it would be best to search for a plugin with such special functions.

    Best regards,
    Andy

    #636224

    Hi

    It work on some screen sized and not in mobile and tablet 480×320 and 480×800 it still show Enfold logo

    Thank you very much

    • This reply was modified 8 years, 6 months ago by hdpcr. Reason: Didnt check all sreen sized
    #636234

    Hey!

    You have to hide it to mobile screens also.
    You have to use media queries for that

    Please do let us know if you have further questions, we would love to assist

    Cheers!
    Basilis

    #636255

    Hi

    Could you please give me some code to put in custom CSS. I got lost in that link and i have no clue how to hide the logo in specific screen size.
    Also in that link there is so many code that i really have no idea witch one is the right one and i only have an issue in 2 specific sizes.
    Thank you very much for your understanding.

    • This reply was modified 8 years, 6 months ago by hdpcr.
    #636685

    Hey!

    Please add following code to Quick CSS as well

    .responsive .logo { display: none !important; }

    Best regards,
    Yigit

    #637010

    Hi

    Thank you very much it worked!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Logo Area and Header’ is closed to new replies.