Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #378290

    Using the Flat Business Demo as a starting point. What is the cleanest way to have a bigger logo on the homepage without using the display:none method for the current logo? On all other pages I want to use the regular size.

    #378299

    Hi shakingtree!

    You can go to Enfold theme options > Header > Header Size and set it to custom pixel value and increase header height and logo size will adapt automatically

    Regards,
    Yigit

    #378306

    You mean you can do this on a per page basis?

    #378312

    Hi!

    That depends on the header type you are using. Can you post the link to your website so we can take a look?

    Cheers!
    Yigit

    #378410
    This reply has been marked as private.
    #378925

    Hi!

    Please add following code to Quick CSS

    .home .logo, .home .logo a, .home .logo img {
    height: 135%;
    overflow: visible;
    }

    You can add your custom CSS code into custom.css file under Enfold/css folder.

    Cheers!
    Yigit

    #379339
    This reply has been marked as private.
    #379474

    Hi!

    I tried to provide you the simplest way. Is not this what you wanted? You can create a custom header and only show it on your homepage but that kind of customization would be out of scope of our support and needs to be done by a freelance developer.
    Please elaborate and post screenshots showing the changes you would like to make.

    Cheers!
    Yigit

    #379589
    This reply has been marked as private.
    #379613

    Hey!

    You can add your custom CSS code to custom.css file inside Enfold/css folder via FTP.

    Best regards,
    Yigit

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