Hello. I have searched but could not find an answer to my question. I have an image logo. It looks great. When viewing on a mobile device it looks too small and ugly. I tried altering it with the css provided here in the threads. I got it bigger but it still looks bad. Is there anyway I can keep the image logo and have it swapped out for simple text when the site is viewed on a mobile device? Thank you!
Changing the logo into actual text will require some custom development since you'll need to add that text in a div in the header.php which you can then show conditionally with media queries when in mobile & hide for desktop. Unfortauely there's no text there already to simply reveal via css so modding that file would be essential.
Hello. I have searched but could not find an answer to my question. I have an image logo. It looks great. When viewing on a mobile device it looks too small and ugly. I tried altering it with the css provided here in the threads. I got it bigger but it still looks bad. Is there anyway I can keep the image logo and have it swapped out for simple text when the site is viewed on a mobile device? Thank you!
Hey David!
Changing the logo into actual text will require some custom development since you'll need to add that text in a div in the header.php which you can then show conditionally with media queries when in mobile & hide for desktop. Unfortauely there's no text there already to simply reveal via css so modding that file would be essential.
Cheers