New Landing How can we help? Themeforest Theme Support Dante Counter shortcode text style options.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #69826
    bluecouches
    Member
    Post count: 23

    If I want to add a counter, it’s only allowing for three text style options: h3, h6, and body.

    What if I want to change the color of a single counter to a different color than h3 or h6 is set to in the themes color settings. For example my h3 color is #50565a but I’d like the counter to display in #ffffff. Or what if I want another size aside from h3, h6, or body?

    I’ve tried highlighting the shortcode in the wysiwyg editor and manually changing the color, however, that’s not working.

    #69901
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You will need to change it with custom css

    – Kyle

    #148842
    mzuvella
    Member
    Post count: 20

    I would like to customize as well…what is the custom CSS to change the size/color?

    Thanks!

    #149035
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you create the page with those assets so I can check it and try to provide you some css?

    Thanks

    -Rui

    #149181
    mzuvella
    Member
    Post count: 20
    This reply has been marked as private.
    #149294
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .sf-count-asset .count-number{
    color:#fff !important;
    }

    Thanks
    Mohammad

    #149687
    mzuvella
    Member
    Post count: 20

    I assume that is for color. What about for changing counter font size?

    #149700
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .sf-count-asset .count-number {
        color: #ffffff !important;
        font-size: 40px !important;
    }

    Thanks
    Mohammad

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

You must be logged in to reply to this topic.