New Landing How can we help? Themeforest Theme Support Dante Percentage line colour

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #207555
    origamico
    Member
    Post count: 57

    Hello, I had to change colours of the whole website. But percentage lines didn’t change so I changed ’em in their code, but the line is still white (see screenshot). I need change it’s colour to black

    Attachments:
    You must be logged in to view attached files.
    #207561
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    What is the url of that page?
    The site url you provided isn’t working.

    -Rui

    #207562
    origamico
    Member
    Post count: 57
    #207564
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please make sure you theme is the latest version and you are not overwriting the bars with any CSS.

    The shortcode will allow you to add the color, example black: [progress_bar percentage="50" name="Text" value="50" type="" colour="#000000"]

    Thanks.

    #207567
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It should change to the color specified in the shortcode.
    If you have any cache mechanism(CDN/Plugin) you should purge the cache.

    If necessary provide us admin access to have a look.

    -Rui

    #207570
    origamico
    Member
    Post count: 57
    This reply has been marked as private.
    #207572
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please see above, your code is wrong, you specify #ffffff which is white.

    Please use this:

    [progress_bar percentage='68' name='WTA rating single' value='592' type='' colour='#000000']

    – David.

    #207745
    origamico
    Member
    Post count: 57

    But white is alright, I need the backround of the line to be black, not white (see screenshot)

    Attachments:
    You must be logged in to view attached files.
    #207766
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    If it is like this
    https://www.dropbox.com/s/pvqgz26m1lp4gem/Screenshot%202015-08-26%2015.38.32.png?dl=0

    Add the code below to your custom css option.

    .progress {
        background-color: #000!important;
    }

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register