Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Custom CSS not found in style.css

  • #5084
    Avatar photo[anonymous]

    Hi, I’m a CSS newbie. I added some custom css but not showing in preview. I checked the style.css and didn’t see the code I added.

    For example, If I added the code below, can I find them in the style.css? (in preview file).

    /*
    .container {
    background-color:black !important; }
     */
    #5085
    Avatar photoBob

    This is because you have added a comment, not a CSS rule.

    #5128
    Avatar photo[anonymous]
    [anonymous] wrote:

    This is because you have added a comment, not a CSS rule.

    Thank you!