How to change the text color in my portal in APP Engine Studio?

Jaya Srivastava
Tera Contributor

Hello All,

I want to change the color of the text that I have used in the headings and buttons used in my portal in app engine studio. I have tried using CSS styles in App Engine Studio but its not working. Is that something to do with themes which I am using in my experience of portal in app engine studio. If yes, then please provide the steps to do so. Also, I want to change the color of header in my portal. How to do so? I have attached the screen shot of the same.

1 ACCEPTED SOLUTION

Please use the browser developer tools to check the CSS applied on the specific text html tag to identify the issue.

Please refer the link for the Chrome Browser developer tool documentation about CSS inspection

https://developer.chrome.com/docs/devtools/css/


Thanks & Regards,
Vasanth

View solution in original post

11 REPLIES 11

Please add the below parameter

find_real_file.png

Result:

find_real_file.png

 


Thanks & Regards,
Vasanth

I don't know why this one is not working for me. I am trying with this parameter but no effect. What am I missing?

 

Please use the browser developer tools to check the CSS applied on the specific text html tag to identify the issue.

Please refer the link for the Chrome Browser developer tool documentation about CSS inspection

https://developer.chrome.com/docs/devtools/css/


Thanks & Regards,
Vasanth

Hi @Vasantharajan N , this was a bit helpful. But how can we change the CSS for the button variant like primary, secondary, tertiary etc. given in configuration of App engine studio button component?

find_real_file.png

Thankyou @Vasantharajan N, your solution was helpful.