• Resolved nz1234

    (@nz1234)


    How do I change or get rid of the big “Description” on the listing page?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,

    do you mean the Description header or the description itself?

    If the header then you should be able to hide it by adding the code below in the wp-admin / Appearance / Customize / Additional CSS panel

    .wpadverts-cpt > .atw-mb-6 > .atw-mt-3 > div > span:first-child {
        display: none !important;
    }
    Thread Starter nz1234

    (@nz1234)

    Thank you.

    That looks great.

    • This reply was modified 1 year, 10 months ago by nz1234.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I get rid of the big “Description” on the listing page?’ is closed to new replies.