Home Forums WoodMart support forum Can I give the header top bar a top border of 3px?

Can I give the header top bar a top border of 3px?

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

    ImproveDesign
    Participant

    Hello,

    I want to give the top bar a border of 3px on the top. How can I do that? I only see the option of Border bottom. I sent an image of how I want it.

    Thanks in advance.

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

    Hello,

    You can find the option in the row settings of the Header builder, color tab.
    Find our documentation tutorial about this here: https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/

    If you have any questions please feel free to contact us.

    Best Regards

    #314225

    ImproveDesign
    Participant

    Hello,

    I know, but that is not the top of the top bar, so the upside. I can only change the downside.

    How can I change the top?

    #314367

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .whb-top-bar {
    border-top:3px solid red;
    }

    Set the color as per your needs.

    Best Regards

Tagged: 

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