Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #301001

    Hi,

    Is it possible to make a responsive logo in the Enfold theme like this link below?

    https://modulesunraveled.com/blog/how-use-multiple-logos-responsive-design

    Thanks!

    Tony

    #301032

    Hey same-d!

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

    @media only screen and (max-width: 768px) {
    .logo img { opacity: 0; }
    .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); }}

    Cheers!
    Yigit

    #301085

    Hi Yigit,

    Thanks for answering! This is what I was looking for :)

    Cheers!

    #301087

    Hi!

    You are welcome Tony, glad we could help! :)
    Adding following to the code should make it better

    .logo a { background-size: cover; }

    Cheers!
    Yigit

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