Need Help With Videocraft

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

Thread Status:
Not open for further replies.
  1. anthonyherring

    anthonyherring New Member

    Joined:
    Jan 24, 2017
    Messages:
    15
    Likes Received:
    0
    Recently purchased the VideoCraft theme and I have a few problems.

    1. When it comes to the video search box, the sign-up, sign in and contact page the font inside the text box is too light and is hard to see. How can I change the text to a black color?
    2. When a person signs up on the sign-up page they can put the wrong email address inside the text box and can still sign up. How can I do an email check from the text box or something that tells the subscriber that they entered the wrong email address?
    3. Finally, I need something that will show the subscriber that their sign up was successful.
     
    Last edited: Feb 3, 2017
  2. Naveen

    Naveen Guest

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

    1) We can provide you the required custom CSS code to change the color of the fonts, just share your site URL here so that we can check and share appropriate codes wit you.

    2) The theme uses default WordPress registration mechanism, and you want email verification kind of feature in that, which is not so easy as it may require lots of customization in the source code of the theme and if you want us to do for you then. there would be some charges.

    3) Can you share a reference, As the theme used default registration process it won't appear after successful registration, this may require source code customization in the theme.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. anthonyherring

    anthonyherring New Member

    Joined:
    Jan 24, 2017
    Messages:
    15
    Likes Received:
    0
    My website is www.imsodmv.com

    The comments/reply text box fonts are too light as well.
     
  4. anthonyherring

    anthonyherring New Member

    Joined:
    Jan 24, 2017
    Messages:
    15
    Likes Received:
    0
    Who do I talk to about customization?
     
  5. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Here are the required custom CSS code for query #1

    Code:
    .searchform input[type="text"],
    #loginform .signinForm input[type="text"],
    #loginform .signinForm input[type="password"],
    #reg_form input[type="text"],
    #reg_form input[type="password"],
    #reg_form input[type="email"],
    #contactForm input[type="text"],
    #contactForm textarea{
    color:#101010;
    }
    All you need to do is just paste the above custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field.

    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  6. anthonyherring

    anthonyherring New Member

    Joined:
    Jan 24, 2017
    Messages:
    15
    Likes Received:
    0
    Thank you
     
  7. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome :)
     
Thread Status:
Not open for further replies.

Share This Page