Gavia
Forum Replies Created
-
Happy to help in what ever little way I can, jetxpert. I know how frustrating it can be to tweak things via CSS, so I’m happy to share whenever I have an “aha!” moment that works.
Cheers!
Hi, Alkerion!
Beats me. I’m just a customer! Hopefully, the author of this plugin will take your advice and implement that in the next update.
Cheers!
Oops! I meant to write:
.heading,
#related-title {
display: none;
}Sorry!
bdbrown, is it possible to remove the “You may also like this…” section entirely…hand icon, title, posts, dates, etc.? I already have a “related posts” section that appears above the “Previous/Next” section.
Thanks
Edit: Never mind! I figured it out by adding the following to my custom CSS.
.heading,
#reply-title {
display: none;
}.related-posts { display: none; }
- This reply was modified 9 years, 7 months ago by Gavia.
Add the following to the custom CSS field (changing the code to whatever color you wish) on the “Login Form Setting” page:
.login #reg_passmail {
color: #000000;
}