[Support request] How can I change title style on widget

Home Forums Support [Support request] How can I change title style on widget

Home Forums Support How can I change title style on widget

  • This topic has 3 replies, 3 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1191255
    Anonymous

    Hello,

    How I change style on widget title? Something like shows on this site on sidebar like “Join our community”, etc.

    #1191341
    Leo
    Staff
    Customer Support

    Hi there,

    Like the blue border?

    If so try this CSS:

    .sidebar .widget h2.widget-title:after {
        content: '';
        display: block;
        width: 65px;
        height: 2px;
        border-top: 2px solid #a1d8e6;
        margin: 20px 0 0 4px;
    }
    #1191706
    Anonymous

    Hello Leo,

    Is it possible to tell me CSS code for the website I put on private url since it does not look the way I wanted the one I told you before, thanks!

    #1192170
    David
    Staff
    Customer Support

    Hi there,

    sorry but i can’t see what the difference is on that URL you provided. They widget titles are just plain text. Let us know.

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