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

    Hi,
    on my page http://www.praxis-christiane-moeller.de/kontakt-service-info/aktuelles/ I want to decrease the blog entries´ excerpt text font size (I use the via builder for the blog entries).

    But the css code as found in a similar question does not work

    .entry-content {
    font-size: 12px;
    }

    any advice how to get this solved would be great – thanks, Tilman

    • This topic was modified 6 years, 8 months ago by oestersund.
    #834804

    Hey Tilman,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .slide-entry-excerpt.entry-content {
        font-size: 12px;
    }
    

    Best regards,
    Yigit

    #834892

    thx Yigit,
    seems to have no effect…

    any other idea?

    Cheers, Tilman

    #835018

    Hi,

    Please try this instead:

    .slide-entry-excerpt.entry-content {
        font-size: 12px !important;
    }

    Best regards,
    Rikard

    #835096

    Hi Rikard,
    I´ve tried this by myself before – no impact,,,

    BR Tilman

    #835134

    Hi,
    Can you please include a admin login in the private content area, this code seems to be working on my end.
    Did you also try clearing your cache?

    Best regards,
    Mike

    #835331

    Hi Mike,
    of course I´ve emptied the cache… :-)

    login credentials pls see below, the related CSS entry is at the very end

    Thx and best regards, Tilman

    #835334

    Hey!

    Please switch user role to administrator so we can check if you have any errors in your custom CSS.

    Regards,
    Yigit

    #835349

    sorry, done !

    #835353

    Hey!

    There was a missing closing curly bracket in your code. I added it. Please review your website

    Cheers!
    Yigit

    #835355

    …silly me :-)

    Thx & Cheers, Tilman

    #835358

    Hi!

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

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