In the portfolio, the next/previous portfolio item features a round thumbnail. i’d like to change that to a rectangle with no margins within the flyout tab but can’t find the styling info. Any clues? Thanks.
Hey kate!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-post-nav .entry-image img {
border-radius: 0;
}
Regards,
Yigit
molti grazie!