• Hi, Nick! Thanks for your nice theme!
    Maybe should use letter-spacing: 0 by default for all elemetns in OceanWP? At the moment, values ??other than 0 are used, while some values ??cannot be changed through customizer and have to manually change ??in style.css.

    As example:

    .button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    button[type="submit"],
    body div.wpforms-container-full .wpforms-form input[type=submit],
    body div.wpforms-container-full .wpforms-form button[type=submit],
    body div.wpforms-container-full .wpforms-form .wpforms-page-button {
        letter-spacing: 0;
    }

    Also for the main menu can not be set letter-spacing to 0. When set zero in customizer anyway shows letter-spacing: 0.6px in css.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    It seems 0 is behaving as the default value which is 0.6. Instead of the style.css you can also add code in the Customize > Custom CSS section to fix it.

    Thread Starter Yaland

    (@dronvegas)

    Thanks for the answer! Of course, everything can be corrected manually, which I do through a child theme. But I’m mean that it’s more logical to use default values ??as “normal” (0 in that example) instead of zero value. But in any case, the author knows better )).

    Okay, I understand it. Thank you for reporting the issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Letter Spacing by default’ is closed to new replies.