Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

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
9870 2351 2947

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an 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
9870 2351 2947

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an 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