• Hi,

    I’m testing the plugin and I need the pictures have background-position-y: top. I see there’s

    .tmm .tmm_member .tmm_photo {
        background-position: center center !important; }

    could you please tell me how to override that? or is it supposed to not be overriden as to buy the pro version?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP Darko

    (@spwebguy)

    Hi,

    Definitely not a trick to make you buy the PRO version!

    Have you tried adding the following to your custom CSS area?

    .tmm .tmm_member .tmm_photo {
    background-position: center top !important;
    }

    Keep us posted.

    Thread Starter yano23

    (@yano23)

    Hi, I’m sorry, I was going to delete the post but you replied sooner.

    If I apply the css to style.css it doesn’t work, but works when applied in the customizer.

    Thanks and BTW I wasn’t judging if it was a trick or something, just wanted to make sure if it was meant to not be overridden.

    Best!

    Plugin Author WP Darko

    (@spwebguy)

    Yeah no problem! Glad you got it to work.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Apply custom css’ is closed to new replies.