problem in comment fields

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9359
    rpa-project
    Member

    In the fields of the comments.

    In my template.

    The gray text do not appear.

    #9360
    rpa-project
    Member

    The Enigmatic template appear.

    In my template not appear.

    #9394
    Veena
    Moderator

    Pls use the following custom CSS in themeoptions –

    #commentform label {
    display: block;
    }

    #9400
    rpa-project
    Member

    I’m sorry. I tried but does not work.

    I have inserted the code

    #commentform label {
    display: block;
    }

    in styles.css, the enigmatic-child folder and the folder enigmatic in custom.css

    In the picture you can see that the labels do not appear.

    #9402
    rpa-project
    Member

    Yes, now I see the tags …

    But are not well located

    #9404
    rpa-project
    Member

    ok…

    #commentform input[type=”text”] {
    float: none;
    }

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘problem in comment fields’ is closed to new replies.