[Resolved] only change the color of the Widget Tittle background

Home Forums Support [Resolved] only change the color of the Widget Tittle background

Home Forums Support only change the color of the Widget Tittle background

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1556018
    diedrich

    hello, I can’t find in the documentation how to change the color of the Widget Tittle background only, is this possible??

    gr
    Died

    #1556260
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    h2.widget-title {
        padding: 5px;
        background-color: #ccc;
    }
    #1556576
    diedrich

    thank you David ,It works fine !!!

    #1557143
    David
    Staff
    Customer Support

    You’re welcome

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