• This noobs just find out how to changes font color on Minamaze Themes.

    1. Appearance –> Editor
    2. Make sure you are editing Minamaze Themes, choose Style.css
    3. Find this part :

    body,
    button,
    input,
    select,
    textarea {
    color: #888;
    font-family: Open Sans, Helvetica, Arial;
    font-size: 12px;
    line-height: 1.7;
    word-wrap: break-word;

    4. Changes the color #888 to what you like , i use #333333;
    (i choose 6 digit just like hex color code)

    This is example from my website http://www.vapbulous.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    But when the theme updates you will lose this change

    Thread Starter vapbulous

    (@vapbulous)

    Thank you for your info ^^

    Vapbulous,

    You can add this code in General Settings section in Appearence/Theme Options.

    You don’t need to add all the code, just the color code line, like this:

    body,
    button,
    input,
    select,
    textarea {
        color: #333333;
    }

    Good luck!

    Toni

    (@tools4toni)

    I just went through a long long discourse on some of this with the theme author. Who was extremely generous with her time and ideas. I wish I had found this thread sooner. I could not figure out how to isolate the theme elements – I can edit CSS, but I don’t know the names for the elements, button, textarea, etc.

    I am trying to isolate so that the font in the buttons do not change color, but remains white. I think I have it.
    Thanks

    Having problem with font on Minamaze theme its croatian letters
    see screenshots
    correct –>

    not correct –>
    see letters č,ć,š,đ,ž, please help

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Font Color On Minamaze’ is closed to new replies.