[Support request] Target ID with CSS

Home Forums Support [Support request] Target ID with CSS

Home Forums Support Target ID with CSS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1664286
    Arved

    Hello,

    I have a widget with id=”chaty-widget-0″. Wanted to make it disappear in CSS with

    .chaty-widget-0 {display:none;}

    but that didn’t work. How can I target an id?

    Website: https://arvedgintenreiter.com, see the contact widgets at the bottom

    Thanks,
    Arved

    #1664370
    David
    Staff
    Customer Support

    Hi there,

    use the # to target an ID instead of a .

    eg,

    #chaty-widget-0

    #1664660
    Arved

    Hi David,

    that works, thank you!

    Best,
    Arved

    #1664675
    David
    Staff
    Customer Support

    Glad to hear that

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