Viewing 13 posts - 1 through 13 (of 13 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

    #1447297
    This reply has been marked as private.
    #1447375

    Hi,

    Please try this CSS instead:

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

    Best regards,
    Rikard

    #1447560
    This reply has been marked as private.
    #1447565
    This reply has been marked as private.
    #1447571

    Hi,

    I can’t see the CSS applying at all, if you need further help then please post admin WordPress login details in private.

    If you have further problems then please open a new thread.

    Best regards,
    Rikard

    #1447574
    This reply has been marked as private.
    #1447583

    Hi,

    I’ve added it for you and it works, please review your site.

    Best regards,
    Rikard

    #1447912

    Did you check on the social media icon “Rumble,” which is not displaying in the “header” area? It displays in the footer but not the header!

    #1448052

    Hi,

    Please read this reply again. We’ll close this thread for now.

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Adding Quick CSS’ is closed to new replies.