• Resolved joaoparada

    (@joaoparada)


    Can someone say how and where to change the loading spinner in Fullfolio theme? I try everything, please someone help me!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author dinamiko

    (@dinamiko)

    Hi joaoparada,

    you can find the loading spinner code in the header.php

    <!-- loading -->
    <div id="post-loading">
       <div class="wrapperloading">
          <div class="loading up"></div>
          <div class="loading down"></div>
       </div>
    </div>
    <!-- /loading -->

    and the css in main.css from line 501 to line 646

    Regards.

    Thread Starter joaoparada

    (@joaoparada)

    Thank you so much for the reply.
    Best regards.

    Theme Author dinamiko

    (@dinamiko)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change loading spinner’ is closed to new replies.