Opened 6 years ago
Closed 6 years ago
#41398 closed enhancement (duplicate)
Customizing Additional CSS - Text Unclear
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.8 |
Component: | Customize | Keywords: | |
Focuses: | Cc: |
Description
When you choose Appearance | Customize | Additional CSS, the text box has this:
/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
I sent a user some additional CSS to copy and paste into the box and it came out like this:
/*
You can add your own CSS here.
.Some-Selector {
width: 100%;
}
Click the help icon above to learn more.
*/
This didn't work because the user pasted the CSS inside the comment block, where instructed (here). This should be re-worded to reduce the risk of misinterpretation:
/*
You can customize your site's CSS here. Click the help icon above to learn more.
Enter your custom CSS below this block.
*/
Or some similar message.
Change History (1)
Note: See
TracTickets for help on using
tickets.
Hi @gsexton, welcome to WordPress Trac!
Thanks for the report, we're already tracking this issue in #39892.