Tagged: x
-
AuthorPosts
-
June 6, 2016 at 5:57 pm #1028852
mallorcanetworksParticipantHellou!
I am trying to delete the featured image, tittle and container of a post category, it is posible?
If its not posible by category at least for all the posts?Thanks!
June 6, 2016 at 6:16 pm #1028862
mallorcanetworksParticipantHi!
To clarify my question;
When i say “i am trying to delete” i mean not displaying it on the post.
Thanks!
June 6, 2016 at 10:26 pm #1029210
Prasant RaiModeratorHello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
June 7, 2016 at 3:58 am #1029561
mallorcanetworksParticipantThis reply has been marked as private.June 7, 2016 at 7:27 am #1029797
JoaoModeratorHi There,
Please add the following code to your Appereance > Customizer > Custom > CSS
.single-post .entry-featured { display:none; } .single-post .entry-title { display:none; } .entry-wrap { background-color: transparent !important; box-shadow: none !important; } .has-post-thumbnail .entry-featured { border-bottom: none !important; }Hope that helps,
Joao
June 7, 2016 at 11:03 am #1030159
mallorcanetworksParticipanthellou!
Yes it helpt! One more detail, as you see in this post there is a distance between the header and the content,
It is posible to delete this margin?
And it is posible to make the posts full width?
Thanks a lot!
June 7, 2016 at 11:04 am #1030160
mallorcanetworksParticipantsorry! i forgot to paste the link http://pre.islacatavinos.com/armas-de-guerra-blanco/
Thanks again!
June 7, 2016 at 1:35 pm #1030386
JoaoModeratorHi There,
Please add the following code to your Appereance > Customizer > Custom > CSS
.single-post .x-container.offset { margin-top: none !important; } .single-post .entry-header .entry-content .content { margin-top: none !important; } .single-post .entry-wrap { padding-top: none !important; }Hope that helps,
Joao
June 8, 2016 at 3:51 am #1031489
mallorcanetworksParticipantHi!
I add this code but nothing happens, could uou help me?
Thanks!
June 8, 2016 at 11:15 am #1032156
JadeModeratorHi there,
Please update the previous code to:
.single-post .entry-wrap { padding-top: 0 !important; } .single-post .x-container.offset { margin-top: 20px !important; }Hope this helps.
June 9, 2016 at 9:02 am #1034023
mallorcanetworksParticipanthellou!
The margin top is almost, but still not on the top (I cant live with that, no problem)
But it is posible to have fullwitdh on posts?As you see http://pre.islacatavinos.com/armas-de-guerra-blanco/ it is still not fullwidth,
Thanks!
June 9, 2016 at 12:18 pm #1034354
RupokMemberHi there,
Thanks for writing back. The space was kept intentionally. If you want to eliminate this then you can use :
.single-post .entry-content { margin-top: 0; }To make the post edge-to-edge fullwidth, you can additionally add this :
.single-post .x-container.offset { max-width: 100%; width: 100%; } .single-post .entry-wrap { padding: 0 !important; }Hope this helps.
Cheers!
June 10, 2016 at 1:49 pm #1036251
mallorcanetworksParticipanthelps a lot!
Thanks!June 10, 2016 at 8:07 pm #1036730
FriechModeratorYou’re more than welcome, glad we could help.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1028852 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
