Home Forums Jevelin Theme Form loader doesn't show up Reply To: Form loader doesn't show up

Home Forums Jevelin Theme Form loader doesn't show up Reply To: Form loader doesn't show up

Solution for this topic

Hi @Konrud,

 

I hope you are well today and thanks for posting here.

 

I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

 

The issue will be fixed ASAP.

 

In the meanwhile you can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.fw-form-loading:after {
    content: "\f110";
    font-family: 'FontAwesome';
    height: 80px;
    width: 80px;
    display: table;
    font-size: 80px;
    line-height: 80px;
    margin: 50px auto 0;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: #000;
}

 

Best regards,
Shufflehound team