Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #272848
    Bastien Chilloux
    Participant

    Hi,

    I want to change the font size under posts on archive page and portfolio, they are too big.
    Please give me the CSS code to change their size.

    https://bastienchilloux.com/work/

    #272876
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #infinite-post-wrap article .entry-title {
        font-size: 20px;
    }

    You can change the font size according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #272911
    Bastien Chilloux
    Participant

    Works fine on archive page but doesn’t affect the portfolio posts titles.

    #272940
    Bastien Chilloux
    Participant

    Please how to change font size for the title of the posts displayed in my portfolio ?

    #273005
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .portfolio-content-wrapper .entry-title {
        font-size: 20px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #273033
    Bastien Chilloux
    Participant

    Nice !
    How can I reduce the vertical margin/space between each line of picture in the portfolio ?

    #273108
    Bastien Chilloux
    Participant

    Changing the titles font size with your CSS code shows me that it is not responsive on smartphone as the font size is still very big on small displays.
    Please help solving this

    #273120
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    To reduce the padding between portfolio posts
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .portfolio-content-wrapper.layout-three .hentry {
        padding: 0 10px;
    }

    To make font size work on all screen size add !important like this font-size: 10px !important; in the CSS Code.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #273138
    Bastien Chilloux
    Participant

    Hi,

    Thank you !

    How to reduce vertical padding between portfolio posts/lines ?

    #273289
    Bastien Chilloux
    Participant

    UP

    #273483
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog .entry-container {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #273649
    Bastien Chilloux
    Participant

    This CSS code doesn’t do anything.

    #273770
    Bastien Chilloux
    Participant

    UP please

    #273932
    Bastien Chilloux
    Participant

    Please give me support

    #274051
    Bastien Chilloux
    Participant

    Up again

    #274431
    Bastien Chilloux
    Participant

    No more support on this topic ??

    #274573
    Bastien Chilloux
    Participant

    No support anymore ?

    #274759
    Bastien Chilloux
    Participant

    Don’t you understand that I need support on this topic ?
    Still waiting for your answer…

    I also have another question : How can I add more space between the title of an article and it’s picture inside the portfolio ?

    To resume my questions :
    I wanna have less vertical space between each picture and have the title less close to the image for better reading.

    WAITING FOR YOUR SUPPORT this time !
    Thank you.

    #274811
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Sorry for the late reply.
    I have replied to you in your latest post.
    https://catchthemes.com/support-forum/topic/no-more-support-on-this-forum/

    Kind Regards,
    Skandha

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Change title size under posts on archive page and portfolio’ is closed to new replies.