BlogSpring Comment question

Discussion in 'BlogSpring WordPress Theme.' started by atlasprowriter, Apr 18, 2017.

  1. atlasprowriter

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    I've had a few readers tell me the dark blue on light blue comment box is tough to read. I would like to change the colors for when a comment is being made to the following values:

    Background: ffffff

    Text: 3c3d3d

    I tried changing the background color in the editor, and I found the blue hex code (e0f5ff), but for some reason, changing that didn't take.
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Could you please share your site URL here along with some screenshots of the concerned area.

    I will check and let you know the working codes.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. atlasprowriter

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    newsofsuncitycenter.com

    Looks like it's white now.
     
  4. nitin

    nitin Guest

    Hi,

    To change the color as per your requirement, just paste the custom code given below in custom CSS section of your dashboard under (Dashboard->Appearance->Theme Options->Styling Options->Custom CSS)

    Code:
    #commentform input[type="text"], textarea#comment {
        background: #ffffff;
        color: #3c3d3d;
    }
    Hope this helps.

    Thanks & Regards
    Nitin
    InkThemes.com
     

Share This Page