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

    Here is form with review submission at bottom.

    I tried to use
    #top label[for=rating] {background:green!important;color:red!important;font-size: 25px!important;}
    To change the “Your Rating” text…

    But…it didn’t seem to work. I was just using the css to “find” the text.
    Any ideas what would be better selector?

    #1418690

    Hey CharlieTh,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main #commentform .comment-form-rating label[for=rating]{
    	background:green;
    	color:red;
    	font-size: 25px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1418697

    Works great, Mike…thanks for answering so quickly.
    This can now be closed.

    #1418699

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Make font on reviews submission form bigger’ is closed to new replies.