Appearance
-
Is it possible to get rid of the date posted at the top of each post? If not altogether, possibly moving it to the bottom of the post and making it smaller?
footballandeducation.org
The blog I need help with is: (visible only to logged in users)
-
-
i gave up on this… i tried with the ‘navigation’, to get it from bottom to top…
i could access in the CSS all information so far, hide it, change size, and fiddle a bit on the margins… whatever…
but – there was no way to move them from bottom to top or vice versa…
in the CSS there seems some general layout of the page, but not really where things like date, navigation etc are located within this page.
maybe someone knows and can explain, if this is possible or why not…?
-
sorry, mixed something up, please cancel my previous reply.
probably you can hide it with
.entrytitle h3 {
display:none;
color:#6F6F6F;
font-size:1.8em;
}
- The topic ‘Appearance’ is closed to new replies.