• Resolved Rik0399

    (@rik0399)


    Hi,

    Great plugin this…

    Two small things :

    1) A large border formed around the slider?

    2) Make the font larger?

    Many Thanks for Great Plugin!

Viewing 1 replies (of 1 total)
  • anonymized-13171256

    (@anonymized-13171256)

    Thanks.

    Every theme is different. Try some CSS like this. First, get the ID of the view. For example, for view ID 2:

    .strong-view-id-2 .strong-content {
      border: 3px solid black;
      font-size: 20px;
    }

    And if you need to make the title larger:

    .strong-view-id-2 .testimonial-heading {
      font-size: 30px;
    }
Viewing 1 replies (of 1 total)

The topic ‘Border’ is closed to new replies.