Assignment text box

Home Forums Legacy Support Support queries Styling issues Assignment text box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #56989
    koreancandy
    Spectator
    Hi, I noticed that there is still an issue with the text area box on assignments. I used this CSS but it didn't work because I don't understand how to use it haha. textarea#assignment {
    border: 1px solid #EEE!important;
    
    border-top: none!important;
    
    } Thank you
    #57000
    H.K. Latiyan
    Participant
    Try adding this css in your appearance->customize->custom css:
    textarea#comment {
    
    border: 2px solid #EEE!important;
    
    border-top: none!important;
    
    }
    #57027
    koreancandy
    Spectator
    Thank you, however this didn't seem to fix the problem :(
    #57128
    H.K. Latiyan
    Participant
    The css is working fine on your site, refer: http://prntscr.com/bq9cz7 Please try clearing the browser cache and then check.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Assignment text box’ is closed to new replies.