Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1279543

    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!

    #1279559

    I have found a solution….

    #top label span, #top legend span {
        font-weight: unset;
        font-size: unset;
        color: unset;

    Hope, thats right.

    • This reply was modified 3 years, 9 months ago by SDUS.
    #1279677

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Overwrite avia-merged-styles.css’ is closed to new replies.