Tagged: x
-
AuthorPosts
-
August 13, 2016 at 10:10 am #1129950
AnnParticipantHi Theme X!
I’m setting up the plugin MemberPress and it is set to automatically use post pages for all “account pages” and therefore add the “About the Author” at the bottom. Is there a way to disable the author piece on these specific pages? I still want it to be displayed on all my blogs, just not on pages like this one –> http://calispine.com/register/exercise-library/
Let me know.
Thanks a lot!
Ann
August 13, 2016 at 11:02 am #1129985
ThaiModeratorHi There,
To remove it, please add the following CSS under Customizer > Custom > Global CSS:
.postid-2857 .x-author-box.cf { display: none; }Hope it helps ๐
August 13, 2016 at 11:08 am #1129990
AnnParticipantThanks for the reply, but that didn’t help, not after adding ‘!important;’ either..
August 13, 2016 at 12:38 pm #1130044
ThaiModeratorHi Ann,
You forgot to close the curly bracket(}) in your custom CSS.
Please find this:
@media (max-width: 480px){ #slide-1-layer-2 > div { font-size: 8vw !important; line-height: 8vw !important; } /*MemberPress */ .postid-2857 .x-author-box.cf { display: none; }And replace with this:
@media (max-width: 480px){ #slide-1-layer-2 > div { font-size: 8vw !important; line-height: 8vw !important; } } /*MemberPress */ .postid-2857 .x-author-box.cf { display: none; }Let us know how it goes!
August 13, 2016 at 12:46 pm #1130047
AnnParticipantOooopps my bad!!
Thanks so much ๐
August 13, 2016 at 9:55 pm #1130383
Rue NelModeratorYouโre welcome!
We’re glad we were able to help you out. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1129950 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
