kal2ennn
Member-
Content Count
11 -
Joined
-
Last visited
-
Show different sections for mobile vs desktop
kal2ennn replied to kal2ennn's question in Coding and Customization
@tuanphan@mess_cal Thanks, it's working now. I put it on www.munchum.com/home-sale , but now my footer disappears on. mobile. When I remove the code, the footer shows up, but obviously, 2 landing images show up in that case. Any idea? TIA -
IXStudio reacted to an answer to a question: Increase font size of number of items in bag
-
EvooFresh reacted to an answer to a question: Increase font size of number of items in bag
-
Increase font size of number of items in bag
kal2ennn replied to EvooFresh's question in Coding and Customization
You can try: 1.5em just means 1.5x its current size. <script> .icon-cart-quantity .sqs-cart-quantity { font-size: 1.5em; } </script> -
Changing logo and home link on top nav to redirect elsewhere
kal2ennn posted a question in Coding and Customization
Site URL: https://www.munchum.com/home-1 I'm building a separate landing page and would like when you click 'home' or the logo, for you to be redirected back to the current page. Right now, they both point at my main home page I tried the following, but it didn't work <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script>$(document).ready(function () { $(".logo a[href]").attr("href", "/home-1/"); }); </script> <script> $("a:contains('Short Pause')").attr("href", "/home-1/"); -
Show different sections for mobile vs desktop
kal2ennn replied to kal2ennn's question in Coding and Customization
@mess_cal I tried that, but it didn't work. -
Show different sections for mobile vs desktop
kal2ennn posted a question in Coding and Customization
Site URL: http://www.munchum.com/home-page I want to hide the 2nd landing image on desktop, and hide the 1st one when viewing on mobile. -
Would like to display a different image for mobile vs desktop
kal2ennn replied to kal2ennn's question in Coding and Customization
updated the site, top is mobile, bottom is desktop