Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2861316
Pie Chart Reviews settings
Closed

Comments

  •  1
    senses started the conversation

    Pie chart would be great to be able to customize - right now the issue is no color works for all backgrounds (some are too bright or others too dark). 

    It would be great to also be able to make the pie chart bigger and the possibility to make the background of the chart opaque or non-transparent, to circumvent the problem of very dark or very bright backgrounds.

    Example of larger pie chart from other theme. 

  •  2,492
    PenciDesign replied

    Hi,

    There is no option to customize Pie Chart for individual posts. We'll add this to the feature request list.

    You can add the background for all pie charts by going to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-piechart {
        background-color: rgba(55,55,55,0.5); /* change your background color here */
        border-radius: 50%;
    }

    Regards,
    PenciDesign.


  •  1
    senses replied

    Yes, that is a good solution - thanks, the code worked!