Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #385778

    Is this possible?

    #386390

    Hey crewneck!

    Please add following code to Quick CSS

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

    Best regards,
    Yigit

    #386536

    Great! Thanks Yigit!

    Is it possible to display a custom background in the header on mobile devices as well?

    #387002

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .header_bg {
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png)!important;
    background-repeat: no-repeat;
    background-size: contain;
    }}

    Best regards,
    Yigit

    #387012

    So cool! Works flawlessly

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Custom logo when accessing page on Mobile Devices?’ is closed to new replies.