Viewing 7 posts - 16 through 22 (of 22 total)
  • Posted in: Pinpoint
  • #159842
    francesco
    Member
    Post count: 67

    i’m going to custom css options and put this:

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-widget-header, .wpb_tabs .ui-tabs .ui-tabs-panel {
    border-color: #81d742!important;
    }

    but don’t work

    #159850
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    #159855
    francesco
    Member
    Post count: 67

    would that looks like more to my attachment, so we should change the appearance of the tabs

    #160160
    francesco
    Member
    Post count: 67

    there are a way?

    #160182
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Give a try with this css. It can exactly be like your screenshot because of the existing structure, and would require additional customization that is outside the scope of our support.

    
    .page-id-14352 .tab-content{
      border: 1px solid;
      border-color: #ccc;
      margin-top: -19px;
      padding: 10px;
    }
    
    .spb_tabs .nav-tabs li:first-child a, .spb_tabs .nav-tabs li:last-child a {
       border-color: #ccc!important;
      -moz-border-radius-topleft: 0px!important;
      -moz-border-radius-bottomleft: 0px!important;
      -webkit-border-top-left-radius: 0px!important;
      -webkit-border-bottom-left-radius: 0px!important;
      border-top-left-radius: 0px!important;
      border-bottom-left-radius: 0px!important;
     
    }

    -Rui

    #160238
    francesco
    Member
    Post count: 67

    perfect, but how can i fix this for all the tabs?

    #160250
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    replace this one

    
    .page-id-14352 .tab-content{
      border: 1px solid;
      border-color: #ccc;
      margin-top: -19px;
      padding: 10px;
    }

    by this code

    
    .tab-content{
      border: 1px solid;
      border-color: #ccc;
      margin-top: -19px;
      padding: 10px;
    }

    -Rui

Viewing 7 posts - 16 through 22 (of 22 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