Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #301852
    Laure
    Participant

    Hello, 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

    #301892
    Skandha
    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,
    Skandha

    #301910
    Laure
    Participant

    Hello 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

    #301950
    Skandha
    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,
    Skandha

    #301978
    Laure
    Participant

    Hello 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,
    Laure

    #302019
    Skandha
    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,
    Skandha

    #302035
    Laure
    Participant

    Hello 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

    #302040
    Skandha
    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,
    Skandha

    #302042
    Laure
    Participant

    Great! 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

     

    #302069
    Skandha
    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,
    Skandha

    #302079
    Laure
    Participant

    It’s perfect!

    Thank you very much Skandha 🙂

    Have a nice day

    Best regards,

    Laure

     

    #302081
    Skandha
    Participant

    @kay-conseil: Hello Laure,

    Glad I could hep. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Blog appareance’ is closed to new replies.