• Resolved asky09

    (@asky09)


    Hello,

    how can I delete the grew header of the ads?
    The text is too large and doesn’t match to the rest of the design.

    I am very grateful for your help!!

    best regards
    Luisa

    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,
    i understand you mean the gray header with title and date? If so then you can hide it by adding the code below in wp-admin / Appearance / Customize / Additional CSS panel

    
    .single-advert header.page-header {
        display: none;
    }
    
    Thread Starter asky09

    (@asky09)

    Oh perfect! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I delete the header of the ads’ is closed to new replies.