[Resolved] 1st child border none

Home Forums Support [Resolved] 1st child border none

Home Forums Support 1st child border none

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2274379
    iamarghya

    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😅

    #2274386
    Fernando
    Customer Support

    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!

    #2274392
    iamarghya

    Perfect❤

    #2274395
    Fernando
    Customer Support

    You’re welcome Iamarghya!

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