Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Claudio Sanches

    (@claudiosanches)

    You can create your design using our functions, you can find our function going to WordPress admin > Settings > Social Count Plus > Shortcodes and Functions.

    Or you can selection our design without icons and put your own icons by css and changes the positions too.
    You can also replace or CSS for your own file using:

    function my_deregister_social_count_plus_style() {
        wp_deregister_style( 'social-count-plus' );
    }
    
    add_action( 'wp_enqueue_scripts', 'my_deregister_social_count_plus_style' );
    
    mimo

    (@mimothemes)

    Hi, congratulations for this great plugin, i am trying to override .social-count-plus ul li background to fit my theme colors but i find that is imposible without using !important

    I think is too much to deregister your styles because i only need background to change.

    Does it exist any filter or options to do this?

    Thank you very much!

    Plugin Author Claudio Sanches

    (@claudiosanches)

    @mimothemes use something like body #conteiner #sidebar and so on, or use !important or register a new style file and register it using some priority like 9999, so will load after the styles of this plugin and you can override without problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change design ?’ is closed to new replies.