Sure - where it's this code: /* Proposal tabs underline */ .client-view-tabs-col div { display none; } REPLACE with this code (removing the display:none): .client-view-tabs-col div { border: 1px solid yellow!important; width:50%!important; margin:auto!important; } What this is doing: 1. making a thin solid border - you can replace the word "yellow" with your hex code 2. making the line width reduce by 50% - cause the line by default is super long! 3. centering the line so it's underneath the text.
very helpfull, Thank you very much for sharing. I would like to keep the underline howerver change the color. How can I do that?
Sure - where it's this code:
/* Proposal tabs underline */
.client-view-tabs-col div {
display none;
}
REPLACE with this code (removing the display:none):
.client-view-tabs-col div {
border: 1px solid yellow!important;
width:50%!important;
margin:auto!important;
}
What this is doing:
1. making a thin solid border - you can replace the word "yellow" with your hex code
2. making the line width reduce by 50% - cause the line by default is super long!
3. centering the line so it's underneath the text.
@@sarahworboyes that's so dope 💪 Thank you
Thank you for this
You're fantastic. Thank you!
@@itskatwaugh glad it was helpful :) make sure to subscribe as I have more tutorials coming up :)