gripgrabmapa profile

Home Forums gripgrabmapa

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • gripgrabmapa
    Participant

    I inserted this:

    .post-quote-link-meta .ti-quote-left {
     display: none;
    }
    .post-quote-link-meta .ti-quote-right {
     display: none;
    }

    But the “99” and “66” still appears.

    Code in page:

    <div class="sh-testimonials-quote-icon text-center">
    <i class="ti-quote-right"></i>
    </div>

    From CSS:

    .ti-quote-right:before {
     content: "\e67e";
    }
    .ti-quote-left:before {
     content: "\e67f";
    }

    How do I remove “99” and “66”?

    Thanks in advance.

    gripgrabmapa
    Participant

    Is it possible to insert another quote-graphic?

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