Okay
  Public Ticket #1958683
SVG logo in customizer
Closed

Comments

  • niflora started the conversation

    Hello team

    I installed the plug in SVG Support to upload the logo and plans as svg. It works with the pictures but no the logo in customizer. I can't see it. Thank you for your help!

    Nicole

  •  675
    Neuron replied

    Hey Nicole,

    You need to specify the width and the height of the logo, otherwise it won't work.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • niflora replied

    it works now. but I have more and more problems because of the two different css. First the hover was white in the portfolio elements section. Then, I don't know why, it change to grey:

    .o-neuron-hover.o-neuron-hover--icon .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay, .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
    background-color: rgba(65, 60, 55, 0.7) !important;
    }

    Where does this neuron-hover come from and where I can deactivate it?

    https://castellani-architektur.ch/WP/


    Thank you.

  •   Neuron replied privately
  • niflora replied

    Thank you! Now it works.

    Next question: It works now with the svg logo, but I can't enter different sizes for different display sizes. For example on iPhone 8 I can't see the burger menu anymore. How I can handle this?

    Tnx. Nicole

  •  675
    Neuron replied

    Hey Nicole,

    You're welcome anytimesmile.png

    You can add Custom CSS to override the width and the height in different sizes.

    @media (max-width: 768px) {
        .a-logo.a-logo--image a {
            width: 200px !important;
            height: 15px !important;
        }
    }
    

    Feel free to ask for anything you need.

    If you like our theme, please leave us a rate with 5 stars, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.