SOLVED: Change the color of animated icons and text on the Spash Page

Hello,

How can we change the color of animated icons and text on the spash page?

n7gp84wx2aq9pvvkti2qrdzvl8cfmhra.png

Any value to change on the spash page0 code lines? or something to add? Unable to find it.

Please, any hint about this?

Thanks!

  • 640
  • More
Attachments
Replies (4)
      • Hi LeonidS !

        Thanks for help! Was useful to know how change it  👍 

        Have a litle final problem i unable to locate how-to-do. I want to also change the color of that spash page text. 

        I see its about changing valoe on css arround .bx-def-font-grayed an .bx-def-font-grayed, but having troble to find this to edit.

        Can please say me where edit this? Dont fint in splash css. Maybe somewhere on protean template  styles?

        Many thanks

          

        • But you may redeclare the settings of these classes directly in the Splash code area. Just add the .bx-def-font-grayed there, for example, right after .bx-spl-line.bx-spl-l2 .bx-spl-cicon .animation.

          • Thanks a lot LeonidS , it helped me a lot.

             if it helps for If anybody with also no CSS idea needs the same, the lines to add that worked for me were:

              .bx-spl-cicon.connect svg path { 

            stroke:white; 

            }   

              .bx-spl-cicon.share svg path { 

            stroke:white; 

                .bx-spl-cicon.create svg path { 

            stroke:white; 

              .bx-def-font-grayed {

                    color: rgba(255,255,255,.9);

            }

                .bx-def-font-h2 {

                font-weight: 400;

                color: rgba(255,255,255,.9);

            }

            Login or Join to comment.