• Resolved collinabc

    (@collinabc)


    I used the plugin Post Grid Elementor Addon. The title bars are shown with a grey background. Is there a way to change this to white?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @collinabc

    The theme you are using on the site is adding a background to the title.

    You can go to Appearance >> Customize >> Additionall CSS and add following CSS:

    .post-grid-text-wrap .title {
        background: transparent;
    }

    After you add this CSS, do not forget to change the color of the title from Elementor page.

    I hope it will help you.

    Thank you.

    Thread Starter collinabc

    (@collinabc)

    It helped. Thanks a lot, you made my day!

    Happy to help you. Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Grey titles in Post Grid (Post grid elementor addon plugin)’ is closed to new replies.