images are broken & class

This topic contains 18 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 7 years, 7 months ago.

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #9841
    Μαρίνος Βενιτουράκης
    helppost
    Participant
    You cannot access this content.
    #9844
    Μαρίνος Βενιτουράκης
    helppost
    Participant
    You cannot access this content.
    #9846
    Μαρίνος Βενιτουράκης
    helppost
    Participant
    You cannot access this content.
    #9859
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    The color of the dragger bar is indeed not changing, it appears to be an unknown issue yet.

    Use this custom CSS for the bar:

    .mCSB_dragger_bar {
        background-color: red !important;
    }

    and for the arrows:

    .mCSB_buttonLeft:after {
            border-right-color: red !important;
    }
    
    .mCSB_buttonRight:after {
            border-left-color: red !important;
    }
    

    —-

    I see what you mean by that mapping solution. It’s actually pretty clever, and I guess it would be possible to add a custom code that does the same job:

    Add items to the $mapping variable associative array.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 4 posts - 16 through 19 (of 19 total)

You must be logged in to reply to this topic.