New Landing How can we help? Themeforest Theme Support Dante Code to change text color of blog comments

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #202553
    sjeglum
    Member
    Post count: 39

    Most of the text on our site is white and I just notice that since the comment box on our blog is also white that users can’t see what they are typing (http://crazywisefilm.com/2015/07/27/alberto-villoldo-transformative-nature-of-shamanism/). Can I please get some CSS code to change the color of the text in the comment box to black?

    #202592
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    body, input[type="text"], input[type="password"], input[type="email"], textarea, select, .ui-state-default a {
        color: #000 !important;
    }

    Thanks
    Mohammad

    #203374
    sjeglum
    Member
    Post count: 39

    Thank you Mohammad. Unfortunately, that code changes the font color on the entire site and the entire blog post. I would like to make the text black only in the comment box on my blog. Is that possible?

    #203379
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Replace the previous code by this one

    #commentform textarea, .comment-form input{
    color:#000;
    }

    -Rui

    #203384
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove my last css code:-

    input[type="text"], input[type="password"], input[type="email"], textarea, select, .ui-state-default a {
        color: #000 !important;
    }
    

    Thanks
    Mohammad

    #203386
    sjeglum
    Member
    Post count: 39

    That works Rui! Though it also turned the font on the “post comment” button black. Is it possible to turn “post comment” back to white?

    Alberto Villoldo: Transformative Nature of Shamanism

    Thanks again for your help!

    #203614
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove last css code and use this new perfect code:-

    input[type="text"], input[type="password"], input[type="email"], textarea {
        color: #000 !important;
    }

    Thanks
    Mohammad

    #204255
    sjeglum
    Member
    Post count: 39

    Great! That works! Thank you!

    #204392
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad 🙂 to help you.
    Thanks
    Mohammad

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.