Font Color in Textbox for VideoCratft

Discussion in 'VideoCraft WordPress Theme' started by anthonyherring, Feb 3, 2017.

  1. anthonyherring

    anthonyherring New Member

    Joined:
    Jan 24, 2017
    Messages:
    15
    Likes Received:
    0
    The font color in Video Upload Textboxes is too light. How can I change the font color to black?

    Also, when I change my theme stylesheet color to black, the text color in my About Us page and my Get Started page is too dark. How can I change the font color to the same font color as my Dashboard font color?

    My website www.imsodmv.com
     
    Last edited: Feb 3, 2017
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    Here is the custom CSS code for changing the color of the video upload form,
    Code:
    #uploadForm input[type="text"],
    #uploadForm textarea{
        color:#000;
    }
    Regarding other, please share the screenshots of the concerned areas of your site, we will check and let you know the correct code.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page