Can I adjust subheading font size and add yellow star emojis in custom CSS?

Hi, can i change font size of highlighted text one code that i copy and paste into custom CSS in section?

And if it is possible to put there stars with yellow color. I found star emojis but they are roundy and i want sharp stars like those in the picture but with yellow color.

THanks

Web: https://nexaco.co/

Hello @Rupert22

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@meida screen and (max-width: 767px){ .animation-contents { font-size: 24px !important; } }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

This code changes font size of: “FireGuard Extinguisher”

Hi @Rupert22

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

@media (max-width: 767px){

.slideshow-wrapper .animation-contents {

letter-spacing: 1px !important;

}}

Hope that my solution works for you.

Best regards,

Henry | PageFly

can you add to this code so the font will be about 2pixels smaller and cursive?

1 Like

You can try again with this code:

@media (max-width: 767px){

.slideshow-wrapper .hero__top-subtitle .animation-contents {letter-spacing: 1px !important;font-size: 16px !important;}}