Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #322844

    Hello Sir,
    In Comment Form:
    After Login on webiste I want the Comment text below from Logged in as admin. Log out?.
    Please go to http://imgur.com/DhfLh7m

    • This topic was modified 10 years, 1 month ago by anilkumar1261.
    #323030

    Hi anilkumar1261!

    Please add following code to Quick CSS

     p.logged-in-as {
    display: none !important;
    }

    Regards,
    Yigit

    #323517

    hi Yigit Sir,
    I don’t want to remove the Logged in as,
    I want the Comment text below to the Logged in as!!!!
    Is it Possible???

    #323670

    Hey!

    My bad. Please use following code instead

    label[for="comment"] {
    display: none!important;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.