In the avia-merged-styles.css are the lines:
#top label span, #top legend span {
font-weight: normal;
font-size: 13px;
color: #444;
which I want to disable to:
#top label span, #top legend span {
/* font-weight: normal; */
/* font-size: 13px; */
/* color: #444;
I dont fit in custom css – SORRY. There is a way to disable via custom css or function.php?
THANKS for help!
I have found a solution….
#top label span, #top legend span {
font-weight: unset;
font-size: unset;
color: unset;
Hope, thats right.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon