-
Posted in : Read WP
-
Hello guys!
I am trying to modify some of spaces without losing the the theme’s spaciousness!
1. how can I reduce (slightly) the space between post title and the post? considering that my posts will always start with a picture?2. is there a way to align where the widgets start to blog posts? or simply push them down a little bit?
here’s a picture of what I mean http://postimg.org/image/eeaf65gfv/Thanks you very much for your help
Saghar
Hi,
1- try this custom css code;
.blog-posts .entry-meta { display: none; }2-) try this custom css code;
#secondary.widget-area { padding-top: 2.0em; }Thank you Ahmet. I wanted to keep the topics separated but I think I need to merge them now here. Here I had asked to how to remove meta from the blog and not from the posts (except for author) http://www.pixelwars.org/forums/topic/how-to-remove-date-category-author-from-all-posts/#post-13303 which is fine.
and here as you know I had asked about modifying the text size both in the title and body http://www.pixelwars.org/forums/topic/text-logo-size/#post-13431.
So here are all of my problems that are somehow related (I think).
1. The most serious problem: Comments have disappeared from meta when I open a post (I only wanted author and edit to disappear).
2. when I open a post the title is still huge, I want it to stay as small as it is on the blog.
3. Still no luck changing the text size of the body. Also for this one I would like it to be the same (small) size both in the blog and in each post.
my address is http://www.labnoon.com, would you gently check what I have done wrong? Thank you for the help and support.
Saghar
P.S. There’s new update for WordPress, do you already suggest updating? (I am using a child theme)
regarding issue on 1. these are all of the custom css codes I used to modify meta displaying on blog and post
body.blog .post-category { display: none; }body.blog .post-date { display: none; }
body.blog .by-author { display: none; }
body.blog .comments-link { display: none; }
.blog-posts .entry-meta {
display: none;
}.edit-link { display: none; }
now I have removed them all and they all appear on the blog, but in each post comments are still missing!!!
I’d appreciate your help, thanks.
Saghar
1-) remove that custom css code;
body.blog .comments-link { display: none; }2-) ansewered in the topic below;
http://www.pixelwars.org/forums/topic/text-logo-size/#post-13431
3-) To change the body font size you can use
html { font-size: 100%; }but changing this value will effect the whole site. If you only want to change paragraph’s font size you can use;
body p { font-size: 14px; }P.S. You can update your wordpress.
@ahmetsali
thank you very very much! everything works great except for number 2! I don’t know what has happened to the comments. I have removed both
body.blog .comments-link { display: none; }and
.blog-posts .entry-meta {
display: none;
}
but still I have the comments link in the blog (I don’t want any meta in blog, maybe I’ll just leave the date, but nothing else) and I still I don’t have comments link in each post!thank you again, you’re unbelievably helpful :)
Saghar
You must be logged in and have valid license to reply to this topic.