Hi Alex,
I want to have a header above the tabs, so i have used “Show this text above the tabs” under MISC to display this header as below
<p class= “myclientNameDFFSTabHeader”><br>
Some header text here
<br><br></p>
my Custom CSS has below propertis for the class. The color property is not getting applied, background color works fine but the paragraph color is not working.
.myclientNameDFFSTabHeader{
font-size:18px;
font-weight:50;
color:#F9F7F6;
text-align:center;
background-color: #946E3A;
}