Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #869789

    Good day,

    I am wondering if I can change the background color of a 1/1 section block or by targeting the Comment Section element itself in Quick CSS. I was able to do it with a color section feature but ran into issue with the sidebars and so I don’t want to use that.

    Thanks,

    #869867

    Hey Dexter,

    I am not sure I understood which element do you need to adjust.
    Try the code below and lt us know if it does what you need.

    
    .av-buildercomment  {
      background-color: #ccc;
    }
    

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.