• Resolved Catsarecrazy

    (@phyllis1458)


    Total Soft Calendar Event Title Font not adjusting to setting…more specifically Arial Black 20px

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear phyllis1458.

    To solve your problem, please edit the Total-Soft-Calendar-Widget.php file of our plugin. Please find this code:

    .monthly-day<?php echo $Total_Soft_Cal;?> .monthly-event-indicator
    {
    color: <?php echo $TotalSoftCal_Part[0]->TotalSoftCal_03;?> !important;
    }

    There, change and write like this

    .monthly-day<?php echo $Total_Soft_Cal;?> .monthly-event-indicator
    {
    color: <?php echo $TotalSoftCal_Part[0]->TotalSoftCal_03;?> !important;
    font-family: <?php echo $TotalSoftCal_Part[0]->TotalSoftCal_02;?> !important;
    }

    In the next version we will correct the problem.

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘Total Soft Calendar Event Title Font not adjusting to setting…more specifics’ is closed to new replies.