Home Forums WoodMart support forum Rounded Boxed Header Menu

Rounded Boxed Header Menu

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

    jzaghasiddiqui
    Participant

    Hi Support,

    I need help with making Boxed Header Menu’s corner rounded. I have recently purchased Woodmart. Everything is perfect, but this is my issue for now. Kindly help

    #719272

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

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

    .whb-general-header {
        border-radius: 20px;
    }

    Best Regards

    #719275

    jzaghasiddiqui
    Participant

    I used this to resolve my issue:

    /* Rounded Boxed Header */
    .whb-header .whb-general-header {
    border-radius: 12px;
    margin: 12px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.16);
    overflow: visible;
    }

    /* Smooth spacing */
    .whb-header {
    padding-top: 10px;
    }

    /* Keep inner rows rounded */
    .whb-row {
    border-radius: inherit;
    }

    #719317

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Sounds Great! that your issue has been solved.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Rounded Boxed Header Menu’ is closed to new replies.