• Resolved kodjoe

    (@agenceccmg)


    Hi i’ve a problem with my page, I can’t hide border with your plugin via css custom, so please which css rule I need to use to hide the borders. Actually when I check my consol I can read that before my own css rules and that’s certainly why I can’t make it work.

    Here is the code in my consol generated automatically:

    :2533

    #tab_container_1000 .wpsm_nav-tabs > li.active > a, #tab_container_1000 .wpsm_nav-tabs > li.active > a:hover, #tab_container_1000 .wpsm_nav-tabs > li.active > a:focus {
    color: !important;
    cursor: default;
    background-color: #e5e2db !important;
    border: 1px solid #ccc9c2 !important;
    }

    here is my code who does not work:
    :2540

    #tab_container_1000 .wpsm_nav-tabs > li > a,
    
    #tab_container_1000 .wpsm_nav-tabs > li > a:hover, 
    
    #tab_container_1000 .wpsm_nav-tabs > li.active > a,
    
    #tab_container_1000 .wpsm_nav-tabs > li.active > a:hover,
    
    #tab_container_1000 .wpsm_nav-tabs > li > a:focus,
    
    {
    border: none!important;
    }
    • This topic was modified 3 years, 4 months ago by kodjoe.
    • This topic was modified 3 years, 4 months ago by kodjoe.
    • This topic was modified 3 years, 4 months ago by kodjoe.
    • This topic was modified 3 years, 4 months ago by kodjoe.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide border with css custom’ is closed to new replies.