
Hello,
I need to change the color of the anchor from black to other color which is at the top right end of the portal
Mainly, this anchor is used to show all the current tabs lick which we see in the dev studio
it would be great help if anyone helps me out
Thanks
Naresh
Hello Sai, Please add the below CSS code in UserWorkForm and update the color attribute your required color then validate the usecase.
<style>.headerTabbed .headerTabsList a#TABANCHOR span#TABSPAN span {
color: <Color>!important;
}
</style>
Thank You.
Hi @PraveenMankala
Thanks for the solution, but could you please let me know the actual ootb text file where it is defined as black beacuse before upgrade the anchor color is black and after upgrade it is set to white i may assume the ootb has some upgrade but can’t locate actual text file