Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1172025

    Hi
    I am using CSS to hide certain elements – some code is working and other are not

    .post-meta-infos {
    display: none !important;
    }
    IS WORKING
    .tml-field-wrap tml-personal_options_section_header-wrap {
    display: none !important;
    }
    .hide_directory {
    display: none !important;
    }
    BOTH ARE NOT WORKING

    the 2nd two relate to a plug-in called Theme My Log-in

    any suggestions?

    #1172027

    Private

    • This reply was modified 4 years, 10 months ago by Rikard.
    #1172073

    Hi,

    Thanks for the login details. Could you point out the elements which you are trying to hide on your actual site so that we can have a closer look please?

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.