Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #683392

    Hi, I want that in my home my title post is in lowercase and with a small font like us 15px. I tried to customize my H1 in Enfold Child options but in my home where there are all my post the title is not changed, but when I open my article post I see the change. Also I want to remove in socket Enfold Child Theme by Kriesi. I tried to add [no link] but it didn’t work. I attach my socket @ Copyright – Penna in viaggio by Luigina La Rizza – Privacy Policy Cookie Policy [no link].

    Thanks

    Luigina

    #683393

    Hi neonlights79!

    Can you please post the link to your website as well?

    Cheers!
    Yigit

    #683562

    Hi Yigit,
    take as example the first post in my home “IL NIDO DI SETA: UN VIAGGIO ALLA RISCOPERTA DELLE ORIGINI” because I wrote this title post in wordpress in lowercase. The other post are wrote in wordpress with capital letters.

    Thanks

    #684199

    Hi,

    I added following code to Quick CSS in Enfold theme options > General Styling

    .html_elegant-blog #top .post-entry .post-title {
        padding-bottom: 0;
        font-size: 15px;
        text-transform: lowercase;
    }
    

    I also changed [no link] to [nolink]. Please review your website now

    Best regards,
    Yigit

    #684238

    Hi Yigit,
    is it possible to write the first letter with capital letters?
    Thanks

    Luigina

    #684244

    Hey!

    Please change the code to following one

    .html_elegant-blog #top .post-entry .post-title {
        padding-bottom: 0;
        font-size: 15px;
        text-transform: none;
    }

    And insert your title as you would like to display it.

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.