font color for the Title text of the Homepage Search widget in Service Portal in Istanbul

marceiseman
Kilo Contributor

I am rather new at working with Service Portal. I need to change the font color of the Title   that displays in the Homepage Search widget for the Service Portal. The current color makes it hard to read against the background image.

Any help is most appreciated.

Thx

Marc

1 ACCEPTED SOLUTION

Thanks Marc for your response.



How Can we Help? is using "tag line color" class.   You can choose color from "Service Portal Configuration ->   Branding Editor" as describe below:


Screen Shot 2017-06-03 at 6.15.20 PM.png


View solution in original post

14 REPLIES 14

I've got a similar issue with a widget on our Change Catalog Page.   The names of the Templates need to be in colors matching the images.   See the image attached.   "Request a Normal Change" and "Select from a list of templates or start with a blank form" would be Teal/Blue background with White or Black text.




ChangeCatalogPage.JPG


sb1186
Kilo Guru

Hi Marc,



If you are referring to the text highlighted in the below image, then you can follow the steps as mentioned below:


find_real_file.png


1) From the navigation menu, go to Service Portal > Service Portal Configuration


find_real_file.png


2) Click on Branding Editor


find_real_file.png


3) Click on Quick Set Up > Tag Line color and select any required color


find_real_file.png



Let me know if this works for you.



PS: Mark this answer as Correct if it solved your query or hit Like/Helpful depending upon the usefulness of the response.



Regards
Supriya Bisht


Hi Supriya,



I don't get the tag line color option under Branding Editor Quick Setup or Theme Colors. How can i access this?



find_real_file.png


I have the same problem with Istanbul, however the default portal "sp" does show "Tag Line and Background", for any new portals the option is missing:


Here is the default "sp" view:


find_real_file.png



And this is my new portal view:


find_real_file.png


Is it hidden by design?   It didn't used to be in our previous version of Helsinki.


I think once you first save your branding some options are hidden to stop to changing your company's brand.



I added the below CSS in the widget instance to change the homepage search text colour.



h1.sp-tagline-color {   color: white; }


h4.text-center {   color: white; }