vasanthshop

Forum Replies Created

list of topics you have created till now.

  • vasanthshop
    Participant
    Posted in : Rotating Words

    I had a quick look.
    In main.css line 699
    .rotate-words span:first-child {
    opacity: 1;
    }

    needs to be
    .rotate-words span.active {
    opacity: 1;
    }

    there seems to be no .active style defined in the css. Hence the default opacity of 0 stays in and nothing is see.

    vasanthshop
    Participant
    Posted in : Rotating Words

    Any updates on this?

Viewing 2 posts - 1 through 2 (of 2 total)