Home Forums WoodMart support forum Header Divider

Header Divider

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #256560

    GoDad
    Participant

    Hello i need css code for new vertical divider or for edit old one like width and color Thx

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

    Hello,

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

    .whb-color-light .whb-divider-element:before {
        border-color: red;
    }

    It is not possible to change the width. What width would you like, perhaps it is possible to do by means of another element.

    Best Regards

    #256691

    GoDad
    Participant

    Not working i need to adjust height size and color pls look at this one more time Thx

    #256834

    Hello,

    In order to change the height of the divider, please change the row height and the divider would be 100% height. https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/

    If the color does not change try this CSS:

    body .whb-color-light .whb-divider-element:before {
        border-color: red;
    }

    Best Regards

    #256943

    GoDad
    Participant

    Not working

    #256996

    Hello,

    Please provide the screen of what you want to change and how.

    Best Regards

Tagged: 

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