Scrolling text custom CSS font

Scrolling text custom CSS font

girltimebeauty
Excursionist
30 0 8

Hello, i have purchased the shopify sections scrolling text and wanting to customize the font with CSS

so just wanting to add code to the section CSS only

 

I am pretty new to CSS so this is probably wrong but have tried these 2 without success

 

ss-scrolling-text. {
font-family: PublicPixel;
}

 

 

also tried:

 

{
font-family: PublicPixel;
}

 

 

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
12019 2349 2529

Hi @girltimebeauty 

Did you add PublicPixel font-face to your store? 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

girltimebeauty
Excursionist
30 0 8

Yup I have! am using it throughout the site already

Dan-From-Ryviu
Shopify Partner
12019 2349 2529

So please try using this code. 

.ss-scrolling-text {
font-family: PublicPixel !important;
}

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

girltimebeauty
Excursionist
30 0 8

hello that didn't work i just tried it in the section CSS - is there another place I can try?