Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1264975

    Hi, we recently took over managing a website built on Enfold. The previous dev included an image in the header (We organise your transfer. Special Offer), to the right of the logo. We need to remove the image and I am unable to find how it has been included and how to get rid of it. Can you help?

    Thanks in advance,

    David

    #1265224

    Hi David,

    It looks to have been added directly to the header, please check header.php to see if you can find it in there.

    Best regards,
    Rikard

    #1265452

    Hi Rikard,
    I tried header.php but it doesn’t look like it’s there (I’ve pasted it in the private content box if you don’t mind checking?) – any other suggestions?

    Thanks,
    David

    #1265685

    Hi,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1265703

    Hi Rikard,

    Sure, details below – thanks very much.

    David

    #1265911

    Hi,

    Thanks for that. It’s added using the Theme Customisations plugin, you can simply deactivate that plugin if you don’t need it.

    Best regards,
    Rikard

    #1265946

    Hi Rikard,

    Thanks for your help, that plugin is a new one for me, I’ve deactivated it and it worked exactly as you said.

    Thanks very much

    David

    #1266059

    Hi David,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1266077

    Hi Victoria,

    Actually there is a small thing relating to the site logo – on desktop the logo sits about 10px above the bottom of the header/nav area. But on mobile, it sits right on the line that marks the bottom of the header/nav area – is it possible to keep the 10px gap below the logo on mobile?

    Thanks,

    David

    #1266272

    Hi David,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        margin-top: -10px !important;
    }
    }

    Best regards,
    Rikard

    #1266328

    Thanks Rikard,

    That works fine!

    I appreciate your help.
    David

    #1266459

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove image from header’ is closed to new replies.