Solved: Change H1 Color on Splash Page

Hello!

Need to change the H1 color only on the splash page, not on the site. I saw the H1 color option on styles, but need to change it only in the splash, not inside the site.

I suppose this must be easy and just some lines to add in the splash code inside the studio.

Anybody knows how to make this?

Many thanks!

  • 778
  • More
Replies (2)
    • Hello Jaduho !

      You may find the folowing lines in the Studio->Designer->Splash area:

      .bx-spl-line.bx-spl-l2 .bx-spl-cicon .animation {

              width: 4.25rem;

              height: 4.25rem;

          }

      and add after it the following code:

      .bx-splash .bx-def-font-h1 {

      // your new colors here

      }

      • Hello LeonidS !

        Solved! 

        Many thanks, the indicated lines worked perfect. 😀 👍 

        Nice day!

        Login or Join to comment.