Hi, How can i remove the horizontal line on top of the portfolio grid?
…the one between the heading: “For Companies & Managers” and the images. It wasn’t there before the last update.
It should’nt be that after an update the design changes. Now i have to check all the clients websites if something on the design has changed and it takes a lot of time to do so…
Thanks Simon
Hey Simon!
Try adding this code to the Quick CSS:
.sort_width_container {
border-top: 0 !important;
}
Cheers!
Josue