How can I target privy pop-up CSS?

How can I target privy pop-up CSS?

edydavies
Excursionist
19 0 2

Site: https://summergray.com/ (scroll down the page to see the pop-up)

 

I'm trying to make some beskope changes to my privy pop-up, I'm currently just identifying the div and placing that in my base.css, like so:

 

.htKObD {
color: rgb(0, 0, 0);
font-family: var(--font-heading-family);
display: flex;
padding: 15px;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
letter-spacing: normal;
font-size: 16px;
line-height: 24px;
}

.dsGedK {
width: 100%;
height: 56px;
padding: 1px 12px;
font-family: var(--font-heading-family);
}

.krGPlO {
color: rgb(0, 0, 0);
font-family: var(--font-heading-family);
padding-top: 20px;
display: flex;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
letter-spacing: normal;
font-size: 12px;
line-height: 16px;
}

 

When I play around in the console, it works fine, but this is not picking up my changes. 

 

Any thoughts on what I'm doing wrong?

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
8274 1985 2435

Hi @edydavies 

Which pop up your referring to? Do you mean the cookie banner? 

Made4uoRibe_0-1727094144068.png

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
edydavies
Excursionist
19 0 2

No that's he cookie one, there is a 5% pop-up that you will see when you scroll down the page

Made4uo-Ribe
Shopify Partner
8274 1985 2435

Can you send some SS? Only cookie banner pop up are visible on my end.

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
edydavies
Excursionist
19 0 2

For example, I would like to change the font of this title:

Screenshot 2024-09-23 at 15.50.46.png