New to CSS. Need help with code?
-
Hi,
I am working in Triton Lite and want to do 2 things…
1. Remove date from all posts
2. Remove header image from all pages except the homepage OR insert an image between the site title and page title on the homepage, whichever is easier.I have never used CSS before so have no idea how to write the code to do either thing. Can anyone help me?
Thanks,
Rebecca.
The blog I need help with is: (visible only to logged in users)
-
I have suggested the following solution to your first point but don’t know if it will work.
time.entry-date {
display: none;
}
For (2) I don’t think it is possible because WP uses template page and the page is such that it has an image on top. You could remove it completely but this means all your pages including the Home page will be without it. Perhaps you should try a different theme or even changing the height of the image.
-
-
Hello.
Thank you so much for both suggestions. The idea of using the image as a featured header was a very good one but for some reason it’s still not showing. (I even resized to the correct dimensions).
The code didn’t remove the date either but I wanted to say thanks for trying to help.
I’ve contacted support so hopefully they can work out what’s going on.
Thanks again,
Rebecca.
-
-
2. Remove header image from all pages except the homepage OR insert an image between the site title and page title on the homepage, whichever is easier.
Please see https://en.forums.wordpress.com/topic/am-i-out-of-my-depth-with-css?replies=4#post-866552
- The topic ‘New to CSS. Need help with code?’ is closed to new replies.