How to change portal font color with stylesheet

  • 3 October 2022
  • 6 replies
  • 140 views

Badge

Hi all,

I’ve changed my portal header image but the font still in white and don’t really appear. Any idea how to change the text color of the header?

Thanx!


6 replies

Userlevel 6
Badge +11

Hi Pierr.

I opened a case several days ago, and still waiting for a response on this, as I had the exact same scenario as you.

Once a get the response, in the event I get it first, I’ll post it here.

 

Regards,

Elvis.

Userlevel 6
Badge +11

Hi @pierrelucc 

I got a response from Support, with a simply: It’s done and Resolved. 😅

But after a thorough view on the code, I found where to make the changes; hope it works for you:

 

AdminHelpdesk Rebranding → Portal customization

Layout & pages

Portal layout

Section Header:

In the first <section class>, before the </section>:

    <h1 style= "color:#12344D";class="portal-name hide-on-mobile">{{{portal.name}}}</h1>

 

Near the end of the last <section class>, before the </section>

    <a href="/support/login" class="header-text btn" style="color:#12344D";>{{translate "portal.login"}}</a>
{{#if features.signup }}
<a href="/support/signup" class="header-text btn" style="color:#12344D";>{{translate "portal.signup"}}</a>
{{/if}}
{{/if}}

12344D is the color we chose for our fonts.

 

Sincerely,

Elvis.

Badge

I found the lines you change, i try to apply to my environement, and it changed nothing! Weird. And for the mail you received from the Support, nothing as been resolved on my side. The fonts change, but not the color...

 

Userlevel 6
Badge +11

Hi @pierrelucc . Too bad to read that.

 

I’d suggest then to submit a Support Case, so they would help you directly in your instance. You might have some different customizations on your portal.

 

P.S.: Applying the given code snippets will not change the color code in the GUI you sent on the last screenshot.

 

Sincerely,

Elvis.

Badge

Thanks @eeha0120 for your help. 

 

Have a nice one!

Userlevel 6
Badge +11

I found the lines you change, i try to apply to my environement, and it changed nothing! Weird. And for the mail you received from the Support, nothing as been resolved on my side. The fonts change, but not the color...

 

 

Salut @pierrelucc This may sound obvious but have you edited the hex value or chosen a different colour in the colour-picker (small square to left of hex value)

 

Also, simple but sometimes overlooked - have you Saved and Published the portal with the new colours?

 

Finally - if you have Custom Stylesheet - that could be overwriting other settings.

 

HTH

Bryn @ CYDEF

Reply