Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #507600

    ho to hide a custom logo image on mobile view?
    thx

    #507620

    Hi ewerde!

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

    @media only screen and (max-width: 768px) {
    .logo img { display: none !important; }}

    Cheers!
    Yigit

    #507632

    oh sorry, i want to remove the logo _background_ image
    thx

    #507638

    Hey!

    Please try changing the code to following one

    @media only screen and (max-width: 768px) {
    .header_bg { background: none !important; }}

    If that does not work, please post the link to your website

    Regards,
    Yigit

    #507661

    it also takes away now the background color on mobile
    prototype: http://kunstpiste.onlinerin.at/

    #507672

    Hi!

    Please change the code to following one

    @media only screen and (max-width: 768px) { 
    .header_bg {
        background-image: none !important;
    }}

    Cheers!
    Yigit

    #507679

    works fine now – thank you for being so swiftly :-)

    #507682

    Hey!

    You are welcome, glad we could help :)
    Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘hide logo background image on responsive’ is closed to new replies.