-
Content Count
13 -
Joined
-
Last visited
Personal Information
-
Location
Guadalajara, Mexico
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Site URL: https://www.loesencial.mx Hello fellow Circlers, this is my first time posting here, so hi! 👋🏼 I manage an e-commerce website (loesencial.mx), and lately (last 6 months or so) we've been having serious trouble with fraudulent payments and card testing from people trying stolen credit card info. We've been trying lots of stuff with Stripe tools to prevent this, but we're still having trouble and losses with disputed payments. One of the tips the Stripe Support Team provided us is to add friction on the checkout process to avoid automated payment attempts, (we're currently
-
Preventing Navigation Items from Stacking
axelvargas replied to CMurphy's question in Coding and Customization
Hello CMurphy, I have the exact same issue, how did you manage to avoid stacking and keep them centered? My site is bcfit.mx -
creedon reacted to an answer to a question: How to get a black version of logo on a particular page
-
How to get a black version of logo on a particular page
axelvargas replied to RichJr's question in Coding and Customization
this worked perfectly thank you very much! -
How to get a black version of logo on a particular page
axelvargas replied to RichJr's question in Coding and Customization
sure, url is bcfit.mx and pass is BC2020. the whole site is still in progress, but i haven't managed to solve the logo color. thanks in advance! -
How to get a black version of logo on a particular page
axelvargas replied to RichJr's question in Coding and Customization
hello again Tuanphan this worked perfectly for desktop, but failed to work on mobile. i tried solving it using the following, but it didn't work: <style> .header-title-logo img { filter: invert(1); -webkit-filter: invert(1); } </style> <style> @media screen and (max-width:640px) { .view-item .Header-branding-logo { -webkit-filter: invert(100%); filter: invert(100%); filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1'); } } </style> do you have any advice for it to work bot -
How to get a black version of logo on a particular page
axelvargas replied to RichJr's question in Coding and Customization
flawless. thank you very much! -
How to get a black version of logo on a particular page
axelvargas replied to RichJr's question in Coding and Customization
hello tuanphan is there a way I can use this code for specific URLs, not only blog types? thank you very much in advance -
move Add to cart and select button to below product
axelvargas replied to Jethro's question in Coding and Customization
Hi @tuanphan I'm trying to move the Add to Cart button above the description, but can't find an option to do so, and I'm pretty noob on CSS. Could you assist me? This is the product page example Thank you very much in advance!