• Resolved kidsyogazone5

    (@kidsyogazone5)


    Hi, I’m trying to change two colors here:

    1. The grey that is located just below the blog title that shows the following- kidsyogazone February 14, 2018 Free Tips 0 Comments – that same grey is in the reply box where it says leave a comment. I would just like it to be white.
    2. And at the bottom where there is the post a comment button, I’d like it to be #55555.

    Tried to figure this out, so hoping you can. ??

    Thanks,
    Marci

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello,
    1. Add this css code in the custom css section of the customizer:

    ul.meta li,
    ul.meta li a,
    ul.meta li i {
        color: #000;
    }

    2. Same section:

    input#comment-submit {
        background-color: #555;
    }
    Thread Starter kidsyogazone5

    (@kidsyogazone5)

    Thank you- those two worked! ??

    I still want to change to words in the comment box – Your comment here – from grey to white.

    can you give me the code for that too please?

    Thank you!

    Theme Author oceanwp

    (@oceanwp)

    Hi, try this css:

    form.comment-form textarea::-webkit-input-placeholder,
    form.comment-form input::-webkit-input-placeholder { color: #fff; }
    form.comment-form textarea::-moz-placeholder,
    form.comment-form input::-moz-placeholder { color: #fff; }
    form.comment-form textarea:-ms-input-placeholder,
    form.comment-form input:-ms-input-placeholder { color: #fff; }
    form.comment-form textarea:-moz-placeholder,
    form.comment-form input:-moz-placeholder { color: #fff; }
    Thread Starter kidsyogazone5

    (@kidsyogazone5)

    It worked – a million thanks! You guys are the best! ??

    Theme Author oceanwp

    (@oceanwp)

    You are most welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change font color on blog post’ is closed to new replies.