Home Forums WoodMart support forum Adding hr line in navbar

Adding hr line in navbar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #390789

    StepanM
    Participant

    Hello,
    could you please advise how can I customize my navbar and add hr line below header bottom?
    I am looking for same hr line which is under main logo on my page.

    Thank you in advance for your help.
    BR.

    Attachments:
    You must be logged in to view attached files.
    #390818

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-row.whb-header-bottom {
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)