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

    Hi
    This has been answered earlier… how to remove the logo field in the header.

    I am to open up openup/framework/php/function… etc and add a couple of slashes to the line 435.

    Now – thing is – I don’t know how to do that. How do I open up the openup/framwork/php… etc?

    (Yes, I guess I am a beginner)

    Thank you.

    #193999

    Hey MarieAn!

    You can simply add following code to Quick CSS in Enfold theme options under Styling tab if you would like to remove Logo

    .logo { display: none; }

    Regards,
    Yigit

    #194327

    Hi Yigit

    Thank you for helping me.
    I did as you suggested and the logo disappeared.

    But – then I shared my website privately on +1 just to test the share button – and the enfold logo popped up side by side with the link.
    I can always add a little image of some sort to the logo field if this makes the shared links nicer. But – if you have any thoughts about why the enfold logo popped up and how I can remove it, I am listening..

    #194570

    Hey!

    You’ll need to define an image to share using the Open Graph protocol, you can do it with a plugin like this: http://wordpress.org/plugins/wonderm00ns-simple-facebook-open-graph-tags/

    Regards,
    Josue

    #481713

    That does not work with mobile devices .logo { display: none; }

    #482295

    Hi!


    @igorvavrik
    it should work. Please clear browser cache and hard refresh your website a few times.

    Regards,
    Andy

    #489720

    Hello,

    I seem to be having the same issue with the logo appearing on mobile devices. I’m on Enfold version 3.2.3, and have supplied the link to my site in the private content section.

    Thanks!
    Ed

    #490055

    Hi!

    Please add following code to Quick CSS as well

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

    Best regards,
    Yigit

    #490428

    Thanks! That worked for me.

    #491050

    Hi!

    glad Yigit could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Regards,
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove logo in header’ is closed to new replies.