• Resolved pejoumag

    (@pejoumag)


    Hi,

    I would like to change Post Card Style that is shown to end user on website. All the styles are quite dark, can you please tell me where is css for style so I can change Style A, Style B or Style C.

    Thank you.

    • This topic was modified 1 year, 6 months ago by pejoumag.
Viewing 1 replies (of 1 total)
  • Plugin Author anwppro

    (@anwppro)

    Hi @pejoumag

    You can change opacity from 1 to 0 of the .anwp-pg-post-teaser__muted_bg

    .anwp-pg-post-teaser__muted_bg {
      opacity: 0.3 !important;
    }

    Add this code as Additional CSS

Viewing 1 replies (of 1 total)
  • The topic ‘Edit Styles’ is closed to new replies.