Home Forums WoodMart support forum #tab-woodmart_additional_tab Reply To: #tab-woodmart_additional_tab

#76600

Hello,

.woodmart_additional_tab_tab a{
    padding-top:10px!important;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    margin-top:20px;
    background: #999999;
    border:2px solid red;
color: #3E3E3E;
}
[type=submit], [type=button], button {
    background-color: #f3f3f3;
    color: #3E3E3E;
}

Change the color: #3E3E3E; in both snippets.

Best Regards