Info Link Pop-Up Edits - Luxe Theme

Hello,

I have two questions that I think require base.css adjustments but want to confirm how exactly I do it.

I currently have the Ⓘ pop up link for info on my products but am unable to adjust the color or positioning. I would like the color to be white to match my site font and I’d like the icon to be at the end of the text as opposed to at the beginning.

Currently looks like this for reference:

Can anyone help me in what I need to do to make those adjustments?

Thank you!

@LookingGoodLouis can you please share this page link?

Hi @LookingGoodLouis,

Please send the website link, I will check it for you

Hi, it’s www.amuninni.com

pw: amuninniamuninni

This can go into this sections “Custom CSS” setting:

.product-popup-modal__button svg {
  order: 5;
  fill: currentColor;
}

Thank you. Can you tell me which section exactly and where/what line this should go in? I don’t see a “Custom CSS” section

In Theme=> Customize, navigate to your product page, click “Product information” section, scroll down and paste code into “Custom CSS” setting.

Of course, you can add the code to the very end of your assets/base.css, but editing theme code will make future theme version updates complex.

Hi @LookingGoodLouis,

Please go to Customize > Theme settings > Custom CSS and add code:

#ProductPopup-popup_w6EdUA {
    flex-direction: row-reverse !important;
}
#ProductPopup-popup_w6EdUA svg {
    fill: currentColor !important;
}

If I helped you, then a Like would be truly appreciated.

Thank you! This worked!