Create a Free Account in red

Discussion in 'ClassiCraft WordPress Theme' started by nvr2late, Dec 1, 2014.

  1. nvr2late

    nvr2late Member

    Joined:
    Sep 10, 2014
    Messages:
    148
    Likes Received:
    2
    Location:
    Cambria, Ca
    How do I change that text to "Create an Account" in the red font color?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .form_tag {
    color: red;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. nvr2late

    nvr2late Member

    Joined:
    Sep 10, 2014
    Messages:
    148
    Likes Received:
    2
    Location:
    Cambria, Ca
    Sorry. I think I mislead you. I only emphasized the red font so you would know what text I was referring to. As stated above, I would like the "free" taken out. Just "Create an Account". Thanks.
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your website url as well as the screenshot where you facing the problem.

    Thanks & Regards
    Yogesh Bhade
     
  5. nvr2late

    nvr2late Member

    Joined:
    Sep 10, 2014
    Messages:
    148
    Likes Received:
    2
    Location:
    Cambria, Ca

    Attached Files:

  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You have to edit lib_path.php file for it as shown below in screenshot.

    3dec1.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page