Tagged: Blog
Hi, I have many questions ^^.
———————————————————————————————————————————————————————–
1. If I upload a image, theme makes various sized images automatically. I don’t want to make them. How?
———————————————————————————————————————————————————————–
My site – Link
2. Post-meta-infos and comment area are out of line. How to fix them? (blog style: default / modern)
3. The single post width is too narrow . How to expand?
4. I want to delete a featured image in single post.
5. How to remove the rounded corners of thumbnail images in blog list?
6. How to change circle pagination into square pagination ?
———————————————————————————————————————————————————————–
I look forward to your reply.
Thanks.
Hey kunstkaffe,
1. Try the solution in this post: https://cloudinary.com/blog/how_to_prevent_wordpress_from_generating_multiple_images
2. Add this css code in Quick CSS (located in Enfold > General Styling):
#top .fullsize span.post-meta-infos {
float: none !important;
}
3. I can see this css code:
#top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 40em;
margin-left: auto;
margin-right: auto;
}
Just adjust the max-width.
4. Add this css code in Quick CSS:
#top.single-post .big-preview.single-big {
display: none;
}
5. Add this also in Quick CSS:
#top .avia-content-slider .slide-image, #top .avia-content-slider .slide-image img {
border-radius: 0;
}
6. Can you give the link where the pagination you mentioned is located?
Best regards,
Nikko