Archived topic
1st child border none
3 replies · Started by iamarghya on July 5, 2022
Viewing posts 1–4 of 4
After the latest job headline when the query loop starts I want to have the style of the 1st child or 1st post container match the style. That means 1st child will have a top left and top right border 0, but I still don't know how to do that I tried from google but😅
Hi Iamarghya,
Here’s a CSS you may try:
.gb-grid-wrapper.gb-grid-wrapper-5d0ced07.gb-query-loop-wrapper > .gb-grid-column:first-of-type > .gb-container > .gb-inside-container, .gb-grid-wrapper.gb-grid-wrapper-5d0ced07.gb-query-loop-wrapper > .gb-grid-column:first-of-type > .gb-container > .gb-inside-container > .gb-grid-wrapper > .gb-grid-column > .gb-container {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
Hope this helps!
Perfect❤
You’re welcome Iamarghya!
This archived topic is closed to new replies.