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?
Private