Custom CSS Not Working

Author
Topic
#2511

in my admin panel I copied the custom css for my slider, i put the css file in my theme css file and customized. None of the customizations are showing up. where do I put the css or change the css for the specific slider?

*(NOTE) what i am trying to accomplish is a different color for the tab that is different than the slider it self.

Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
Author
Replies
  • #2512

    To change the style for the slider, you need to create new styles for the plugin and use those styles. Whatever else you need to customize, all your extra styles can go into theme style.css, but you should use !important directive to make sure your style are loaded, since plugin is adding own styles after theme.

  • #2513

    i did all of the above and not working,

  • #2514

    this is the original code i started with, may be the problem *(the slider is located at http://www.clairepeetz.com)

    .std-style-claire-style .std-drawer {
    background-color: #175466;
    color: #ffffff;
    border: 2px none #111111;
    }

    .std-style-claire-style .std-drawer a {
    color: #779aa6;
    }

    .std-style-claire-style .std-tab {
    background-color: #175466;
    border: 2px none #111111;
    color: #ffffff;
    font-family: inherit;
    font-weight: 400;
    font-style: inherit;
    font-size: 1.1em;
    }

    .std-style-claire-style .nano .nano-pane {
    background: rgba(51, 51, 51, 0.1);
    }

    .std-style-claire-style .nano .nano-slider {
    background: rgba(17, 17, 17, 0.7);
    }

  • #2519

    OK, I am not sure what are you doing here, but how the plugin can know to use your style? Plugin is generating and adding styles dynamically if you use the designer provided. If you want to add your own styles you need to register them so plugin will know about them.

    Milan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom CSS Not Working’ is closed to new replies.