Home Forums WoodMart support forum Woodmart Decor Template

Woodmart Decor Template

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

    RuiYang
    Participant

    Your slider contains 01. , 02. , 03. , 04.

    May I know where to get the number template? Or otherwise, what font, size and color of the numbers. Thanks.

    #84478

    Hello,

    The number consists of two components, the first one is .pagin-style-2 .owl-dots .owl-dot:before http://prntscr.com/l9aq5w here is the code:

    .pagin-style-2 .owl-dots .owl-dot:before {
        counter-increment: section;
        content: "0" counter(section);
        margin-right: 5px;
        font-size: 15px;
        font-weight: 600;
    }

    Here is the second: http://prntscr.com/l9ar57

    .pagin-style-2 .owl-dots .owl-dot:after {
        content: "";
        height: 2px;
        width: 15px;
        background-color: currentColor;
        -webkit-transition: width .3s ease;
        transition: width .3s ease;
    }

    Best Regards

    #84490

    RuiYang
    Participant

    Where do I add the code?

    #84499

    Hello,

    You need to change values as per your needs and add it to the Theme Settings > Custom CSS

    Best Regards

    #84544

    RuiYang
    Participant

    The code does not work

    #84556

    Hello,

    Please provide your site admin access.

    Best Regards

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