Tagged: 

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

    Could you provide the quick CSS for adding the hairline borders top and bottom of the widget “Titles” like the ones on https://closetsutah.com site

    #992254

    Hey So Evolve,

    Please try this:

    .widgettitle {
        border-style: solid;
        border-width: 1px;
        padding: 10px 0;
        border-left: none;
        border-right: none;
        margin-bottom: 15px;
    }

    Best regards,
    Rikard

    #992457

    Perfect… thanks for the quick reply

    #992694

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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