mvpottery
Member-
Content Count
85 -
Joined
-
Last visited
-
mvpottery joined the community
-
How can I create a bouncing down arrow?
mvpottery replied to mvpottery's question in Coding and Customization
PS- Just tried it --- but doesn't seem to work in Firefox...- 19 replies
-
- index-page
- animation
-
(and 2 more)
Tagged with:
-
How can I create a bouncing down arrow?
mvpottery replied to mvpottery's question in Coding and Customization
@YoDawg -- thanks so much for this.... And how would I make it an arrow?- 19 replies
-
- index-page
- animation
-
(and 2 more)
Tagged with:
-
I'd like to create a bouncing down arrow like the one on this website: https://www.cookmellow.com/ It would be within the index pages of Brine / Marta template -- so that people know to scroll down (particularly on homepage)... Thanks a lot
- 19 replies
-
- index-page
- animation
-
(and 2 more)
Tagged with:
-
Hiding price on out of stock items?
mvpottery replied to rishisavera's question in Coding and Customization
Hi @Alex -- Thanks. This works great on the product list page - but then price still shows on the product detail page, along with an ADD TO CART button (which is very confusing). Would you mind to let us know how to get rid of price and add to cart on that page?Thanks a lot -
Brine: How do I remove the underline on body text links?
mvpottery replied to cris62's question in Coding and Customization
Actually just figured it out: .sqs-block-content a, .sqs-block-content a:visited {border: none !important;} -
Brine: How do I remove the underline on body text links?
mvpottery replied to cris62's question in Coding and Customization
@cris62 did you ever figure this out? I tried the following in the CUSTOM CSS tab but it didn't seem to work .sqs-block-content a, .sqs-block-content a:visited {text-decoration: none !important;} ANYONE have a solution?thanks -
@ARES - Thanks so much for the code above. It works for the most part, but the SECONDARY NAVIGATION now disappears. Oddly not on all pages, but on most. And the pages it does show up on, however, it is in the wrong place, appearing all the way at top of screen. Any suggestions for how to resolve this? I can send links if needs be. Thanks a lot
- 15 replies
-
- navigation
- scrolling
-
(and 1 more)
Tagged with:
-
Adjust the size of a spacer block
mvpottery replied to Scobie's question in Coding and Customization
@szs - thanks for this code, but I don't see any difference in size of the spacers. Is there something that needs to be changed with the vsize-1 which appears to be the default setting?