Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #414213

    Hello,

    I want to change the oval shape of the next / previous portfolio item thumbnail to a square. Is this possible?

    Best regards,
    Torstein

    http://www.torsteinwold.com

    #414505

    Hi TorsteinWold!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-post-nav .entry-image img {
      border-radius: 0;
    }

    Best regards,
    Yigit

    #415154

    Thanks Yigit,

    that works!

    Is it possible to have a very small corner curve? I tried border-radius: 0.2; … but then the it`s a full oval again…
    Anyway, not a big thing…

    Best,
    Torstein

    #415388

    Hi!

    Please use following code instead

    .avia-post-nav .entry-image img {
      border-radius: 2px;
    }

    Regards,
    Yigit

    #415657

    Yes. Perfect. Thanks.

    Torstein

    #416186

    Hi!

    Great, glad we could help :)

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.