New Landing How can we help? Cardinal Quote marks for testimonials

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #142790
    wmstudio
    Member
    Post count: 39

    Q) On the testimonials have to I change the big quote mark images on the left?

    Q) Can I use a custom image of my own?

    Thank you in advance.

    Attachments:
    You must be logged in to view attached files.
    #142886
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .testimonials > li:before {
      background-image: url("http://demo.ismysiteup.org/demo/wp-content/uploads/2015/01/invisalign_130.jpg");
      content: "";
      display: block;
      position: absolute;
      top: 10px;
    }

    – Kyle

    #142942
    wmstudio
    Member
    Post count: 39

    Hi Kyle,

    I’ve tried this. Nothing appears.

    The URL to the image is correct and it does exist but nothing shows up?

    #142945
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this instead:

    .testimonials > li {
      background-image: url("http://demo.ismysiteup.org/demo/wp-content/uploads/2015/01/invisalign_130.jpg");
      background-repeat: no-repeat;
    }
    .testimonials > li:before {
     display:none;
    }

    – Kyle

    #143114
    wmstudio
    Member
    Post count: 39

    Thanks Kyle worked a treat!

    #143118
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register