Okay
  Public Ticket #2974090
Pie Chart Line Width
Closed

Comments

  • ccrawford_mbt started the conversation

    How can I increase the width of the pie chart lines?

    I found the CSS for the background line, but cannot find the foreground line that animates.

    .vc_pie_chart_back {

              border-width: 25px ;

    }


    Thanks for the assist!

  •  8,839
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   ccrawford_mbt replied privately
  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .vc_pie_chart_back {
        border-width: 25px !important;
    }

    Thanks


    ThemeNectar Support Team