• Hello,

    I want remove or disable cover photo options for Student Section. Can you please let me know how should i do..

    Regards
    Prakash

Viewing 1 replies (of 1 total)
  • Plugin Support Parag Das

    (@parag44)

    Hi @praxs1979

    Please navigate to your WordPress dashboard > Appearance > Customize > Additional CSS
    Now add the following custom CSS:

    #tutor_cover_area {
    display: none;
    }
    #tutor_photo_meta_area {
    display: none;
    }

    Thank you!
    Best Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Student Cover Photo’ is closed to new replies.