• Hi,
    Could you tell me how to make the stars a slightly darker shade of grey (or have a border)in the input form before they have been chosen.
    At present because of my site colors you can only see the little – next to them (they blend in to the background) but if I change the star bg css it creates a block around the stars (i just want the stars to be alittle darker grey)

    Also in the input widget the captcha is very small can it be made bigger and if so how.

    Thanks a lot for any help.
    Jon

    https://wordpress.org/plugins/testimonial-basics/

Viewing 1 replies (of 1 total)
  • Plugin Author kevinhaig

    (@kevinhaig)

    You can change the color of the shading in the options panel. I would suggest you change the text shadow color as the opacity is already 0.5.

    Styles for the widget input captcha are (change the width):

    .katb_widget_form .katb_widget_captcha img {
    	float: left;
    	margin: 0 5px 5px 0;
    	padding: 0;
    	border: none;
    	width: 75px;
    }
Viewing 1 replies (of 1 total)

The topic ‘star rating css _ captcha’ is closed to new replies.