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

    I want to show the custom logo for preloader only for desktop browser. For mobile the size of the logo is to big.
    How can set the option that the logo should only set an desktops, or change the size of the logo for mobile use?

    Thanks a lot for your help!

    #532654

    Hi stalte!

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

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

    Regards,
    Yigit

    #532668

    Wow, that was really quick!
    Thanks, works fine :)

    #532670

    Hi!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom Logo for preloader only for Desktop’ is closed to new replies.