• Resolved cdsmiler81

    (@cdsmiler81)


    Hello there!

    Lovely theme! I was just wondering how to remove the white circular border from the logo in the header?

    Many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Damon Cook

    (@colorful-tones)

    Hi cdsmiler81,
    You would have to add a little Custom CSS to override this. I would recommend using a plugin, like:

    Once you have a Custom CSS plugin installed you should be able to use the following CSS to remove the border:

    #masthead .photo-section span {
        border-radius: 0;
    }
    
    #masthead .photo-section span img {
        border: none;
        border-radius: 0;
    }

    That should do it.

    If your question has been answered, we would love if you would mark this topic as resolved in the right hand sidebar. This helps our volunteers find the topics that still need attention and more people will get helped, possibly like you did.

    Thread Starter cdsmiler81

    (@cdsmiler81)

    Ah, perfect! Thank you so much! Resolved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo White Border’ is closed to new replies.