code for editing the excerpt font size on sliders

  • Unknown's avatar

    Hello,

    How can i edit the font size of ONLY the excerpts on my slider? What code do I need to add to the CSS for this?

    Thank you

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi,
    Use the following CSS (paste it in My Sites > Customize >CSS) and change the font size according to your requirements:

    @media only screen and (min-width: 640px)
    .featured-content-center #featured-content .entry-summary {
        padding: 0 12.5%;
        font-size: 1.2em;
    }
  • The topic ‘code for editing the excerpt font size on sliders’ is closed to new replies.