Tagged: x
-
AuthorPosts
-
June 22, 2016 at 2:37 pm #1054964
BenParticipantHi,
I am trying to revise my blog post layout. I need to remove the post/page title from my posts.
I need this page: http://ott.ua.edu/autm-eastern-meeting/
To look like this page: http://ott.ua.edu/blog-template/
I think the main thing to do is to remove the title. Any advice?
Any help you can offer would be great.
Best,
BenJune 22, 2016 at 5:47 pm #1055223
JadeModeratorHi Ben,
Please add this code in the Custom CSS:
.single .entry-header { display: none; }Hope this helps.
June 23, 2016 at 10:44 am #1056502
BenParticipantThat did remove the page title from the page, so thank you. Now, how can I get the image to fill the entire width of the page and remove the space between the nav bar and the start of the page?
See here: http://ott.ua.edu/are-superpowers-real-yes-yes-they-are/
June 23, 2016 at 1:36 pm #1056765
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
.single-post .entry-wrap { padding: 0px; } .single-post .entry-content { margin-top: 0px; } .single-post .x-container.offset { margin-top: 0px; }Hope that helps,
Joao
June 23, 2016 at 2:57 pm #1056882
BenParticipantThanks! That worked.
Now, the last thing — I think– ,but can you set a featured image, and not have it displayed on the page?
June 23, 2016 at 3:42 pm #1056936
JoaoModeratorHi There,
You can add your feature images normally, but before that please add the following code to Appereance Customizer Custom CSS
.single-x-portfolio .entry-featured { display: none !important; } .single-post .entry-featured{ display:none; }Hope it helps,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1054964 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
