How Can I Change Org Name Color

e9upn2qj2qearnfvswkwxzy55atafhqw.jpgI made a DARK STYLE under Lucid Template and have not been able to make the name contrast with the background.

I also observed that this names become conspicuous when not logged in.

Please I need help. Thanks in advance.

  • 305
  • More
Attachments
Replies (5)
    • Hello @DeDiary !

      Usually, you may add the following code to your Custom Styles area:

      h1.bx-def-unit-info {

      color: [some color];

      }

      • Hello @DeDiary !
        Usually, you may add the following code to your Custom Styles area:
        h1.bx-def-unit-info {
        color: [some color];
        }

        I tried this but no luck. Situation remains the same.

        • Hi @LeonidS ,

          The above didn't work, and I tried to inspect and got this but it still didn't work.

          .bx-base-pofile-unit-title {

          color: (colorcode);

          }

          Does it strike any thought in you?

          Please help trash this puzzle.

          Thanks

          • UPDATE: The deal has related to the persons-home and spaces-home pages. So in this case, the code should be like this:

            .bx-base-pofile-unit-with-cover.bx-spaces-unit-with-cover .bx-base-pofile-unit-title a, .bx-base-pofile-unit-with-cover .bx-base-pofile-unit-title a {

            color: [color];

            }

            • Looking great. Thanks

              Login or Join to comment.