Home Forums WoodMart support forum Header Builder, border

Header Builder, border

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

    StylingAgenten
    Participant

    Hi,
    I would like to apply a “border top” on the Header Bottom, in the Header Builder. Or alternative a “border bottom” on the Main Header, where the border is only visible on the mobile view.

    Is there a CSS-code I can add or anything else that can solve this?

    Best Regards
    Andreas

    #68769

    Hello,

    Please try this code:

    .whb-header-bottom {
        border-color: rgba(208, 2, 27, 1);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    Add this code to Theme Settings > Custom CSS > Mobile view.

    Best Regards

    #69272

    StylingAgenten
    Participant

    Thank you, I wanted it in the top of that header. I just changed it to “border-top: 1px solid white;” and it works.

    Have a great day!

    //Andreas

    #69291

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Header Builder, border’ is closed to new replies.