Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1277438

    Hi Team,
    I’m using blog grid and the title appear under the image in bold and capitalized while the title of the article is not in capital letters (bad image), I would like it to appear normally (as written, i.e. not capitalized and not in bold).

    #1277552

    Hi kouamx100,

    I would like to use this as a reference this demo for the Blog Grid: https://kriesi.at/themes/enfold-2017/blog/blog-default/
    I could see the title is not in capital letters (displayed as it is written) and not in bold (visually it looks bold because of the large font size and darker color).
    Can you give us the link to your blog page? so we can try to inspect it and give some css to adjust it.

    Best regards,
    Nikko

    #1277665

    Le site est encore en construction, je vais ouvrir le temps que vous m’assistez. veuillez trouvez le lien en contenue privé

    #1277728

    Hi kouamx100,

    Try adding this CSS code in Enfold > General Styling > Quick CSS:

    .html_modern-blog #top #wrap_all .avia-content-slider .slide-entry-title {
        font-weight: normal;
        text-transform: none;
        letter-spacing: 0;
        font-size: 18px !important;
    }

    just adjust the font size value.
    Hope it helps.

    Best regards,
    Nikko

    #1277743

    I think it’s good, but the space between the “category” and “Read more” is a bit big, can you help me reduce please ?

    • This reply was modified 3 years, 3 months ago by kouamx100.
    #1278434

    Hi,
    sorry for the very late reply, and thanks for the links. To adjust the space between the “category” and “Read more”, please try this css in your Quick CSS:

    h3.slide-entry-title.entry-title {
    	padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .html_modern-blog #top .post-entry .blog-categories {
    	top: 0 !important;
    }

    For your #le-conseil-des-sages team names the current css is:

    .team-member-name {
        margin-top: 7px;
        font-size: 1.55em;
    }

    I believe this is in your custom css, please try to adjust to font-size: 1em; or to suit, and then clear your browser cache and check.

    Best regards,
    Mike

    #1278447

    Thanks very much @mike and @nikko

    #1278459

    Hi,
    Glad to hear, is there anything else we can assist with on this issue, or shall we close this then?

    Best regards,
    Mike

    #1278573

    Yes, I asked another question in another thread without response.

    “I’m using TablePress, I have a table with id 1, the table displays normally but doesn’t collapse, please is this a conflict with Enfold? What should I do to fix it?
    Short code : [table id=1 responsive=collapse /]”

    Link to the Question : https://kriesi.at/support/topic/tablepress-collapse-doesnt-work/#post-1278359

    #1278658

    Hi,
    Thank you, please note that we find it easier for solutions to be found and to assist when each thread is focused on a single issue, so while this one seems to be sorted out now, we should close it, agree?
    I took a look at your other thread and posted a solution there, we will continue there for that one.
    Thank you for your patience and understanding.

    Best regards,
    Mike

    #1278696

    Yes, you can close it, thanks very much

    #1278885

    Hi kouamx100,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

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