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

    Hi – I can not get a large logo to appear in the transparent header. I uploaded a logo at 340px * 156px but it stays one size no matter if i choose slim, large or custom in the header size options. I’ve cleared cache. Any idea what is going on?

    #289066

    So have you set the customer head size to 340 * 156px? Whats the website url?

    #289105

    the logo is 340 * 156. http://quoted.staging.wpengine.com/ (hosted on WPengine)

    #289109

    Hi!

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

    .responsive #top .logo, .responsive #top .logo a, .responsive #top .logo img {
    height: auto !important;
    max-height: 100% !important;
    }

    Seems like you have a custom CSS code to set the values to 55px

    Best regards,
    Yigit

    #289121
    This reply has been marked as private.
    #289125

    Hi!

    Please check Style.css file of your child theme in Appearance > Editor and remove following code from there as well

    .responsive #top .logo, .responsive #top .logo a, .responsive #top .logo img {
    height: 55px !important;
    max-height: 55px !important;
    }

    Cheers!
    Yigit

    #289137
    This reply has been marked as private.
    #289138
    This reply has been marked as private.
    #289142

    Hey!

    Please go to Enfold theme options > General Styling tab > Header > Header background color and set it to black

    Cheers!
    Yigit

    #302877

    got it.

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