Help to find afterpay textshowing between price and compare price (to move it below compare)

Hi friends,

See: https://selectaustralia.com.au/products/collingwood-monopoly-premiership-special-edition

On pages with a compare price, the afterpay label is showing between price and compare price.

However, I cannot find ANY trace of the afterpay code at all. If view source of the page there is nothing in there, and I cannot find anything in CSS. It;s an ancient theme, but I must be blind. Spent half the day all want to do is make sure compare price is next to price, and just cant., Has to be some CSS somewhere, but cant even work out how AfterPay is there. Old terrible theme,
Would love some help!! thanks is advance

HTML view source


                         
                            59.00
                        
                        
                            
                                89.00
                            
                        
                    

In product liquid

{{ current_variant.price | money_without_currency }} {% if product.compare_at_price > product.price %} {{ current_variant.compare_at_price | money_without_currency }} {% endif %}

I cant find that class it references at all, stumped.

Wasted sooo much time for something I am sure is going to be so obvious to one of you, I hope!

There is some snippet in between or something. Pate the entire code on the product file that is responsible to display product page or collaborator access code.

Hi there, thanks for reply. thats what i thought, but literally the code snippet from the product file is above. and nothing in it.

All I can think of but cant work out is some CSS witchcraft in that DIV CLASS? But getting no where.

In product liquid

{{ current_variant.price | money_without_currency }} {% if product.compare_at_price > product.price %} {{ current_variant.compare_at_price | money_without_currency }} {% endif %}

8173

Have requested access

I was able to implement something like this but i wasn’t able to change code as i believe you have granted me access but not given me access to edit code.