Tagged: Blog Post
- This topic has 12 replies, 2 voices, and was last updated 1 year, 8 months ago by
Skandha.
-
AuthorPosts
-
March 22, 2022 at 1:24 am #301852
Laure
ParticipantHello, I would like to improve the graphics (presentation) for my blog posts. Does the theme allow you to frame them or put a colored background? Also, on the homepage, this final layout with boxed articles should appear. How do I proceed ? Finally, is it possible to frame the part comments, email etc… Currently these fields are not framed. Thank you in advance for your help,
Laure
March 22, 2022 at 2:49 am #301892Skandha
Participant@kay-conseil: Hello Laure,
Can you please post your site URL and let me know which section you are referring to where you would like to have frames or a colored background?
Kind Regards,
SkandhaMarch 23, 2022 at 12:46 am #301910Laure
ParticipantHello Skandha,
This is my site URL :
https://kay-conseil.fr/blog-marketing-et-digital/
I would like to have frames with the possibility to change the color of background.
Et for each article, in the section : “leave a comment”, the different fields have to present a visible frame.
Thanks
Laure
March 23, 2022 at 4:21 am #301950Skandha
Participant@kay-conseil: Hello Laure,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#infinite-post-wrap .hentry-inner .entry-container { border: 5px solid beige; padding: 14px !important; } #infinite-post-wrap .post-thumbnail { margin: 0; }
Let me know if this is what you want!
Kind Regards,
SkandhaMarch 23, 2022 at 12:09 pm #301978Laure
ParticipantHello Skandha,
It is possible to put this color in each background of theses frames? : #F8F4E9
And this customize appareance should be the same in the home page, for the part “News du Blog”.
I also would like to delete the dates and categories for each article. For example delete : POSTED AT 19 JANVIER 2022 INCATEGORIES SOCIAL ADS etc…
Thank you a lot for your help,
Best regards,
LaureMarch 24, 2022 at 2:37 am #302019Skandha
Participant@kay-conseil: Hello Laure,
Please replace the above code with the following CSS Code.
#infinite-post-wrap .hentry-inner .entry-container,.news-section .hentry-inner .entry-container { border: 5px solid beige; padding: 14px !important; background-color: #F8F4E9; } #infinite-post-wrap .post-thumbnail, .news-section .post-thumbnail { margin: 0; }
This should work for both the homepage and the blog page.
Let me know if this works out!
Kind Regards,
SkandhaMarch 24, 2022 at 4:18 am #302035Laure
ParticipantHello Skanda,
This worked for the home page and the blog page ๐ Thanks!
Other and last request, for the blog page : I would like to delete for each article, the dates and categories. How to do please ?
Thank you
Laure
March 24, 2022 at 6:42 am #302040Skandha
Participant@kay-conseil: Hello Laure,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.post .entry-meta { display: none; }
Let me know if this works out!
Kind Regards,
SkandhaMarch 25, 2022 at 1:08 am #302042Laure
ParticipantGreat! Thanks a lot!
Last point please, for the blog posts in the section : โleave a comment”.
I would like to have visible frames for the following fields :
Comments*
First name*
E-mail*
Thanks Skandha!
Laure
March 25, 2022 at 1:43 am #302069Skandha
Participant@kay-conseil: Hello Laure,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
textarea, input { background-color: beige; }
You can change the color according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaMarch 25, 2022 at 4:51 am #302079Laure
ParticipantIt’s perfect!
Thank you very much Skandha ๐
Have a nice day
Best regards,
Laure
March 25, 2022 at 5:31 am #302081Skandha
Participant -
AuthorPosts
- The topic ‘Blog appareance’ is closed to new replies.