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

    Hi, how can i change the font size of the blog post xxcerpt?

    I tried this solution, but it don’t work:

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

    #1353801

    Hey Stefan,

    Please post a link to where we can see the element in question.

    Best regards,
    Rikard

    #1353896

    Link is in private content

    #1353918

    Hi,

    Thanks for that. Which text exactly are you looking to target?

    Best regards,
    Rikard

    #1353921

    the font size of the blog post excerpt

    #1353933

    Hi,

    Please try this:

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

    Best regards,
    Rikard

    #1354005

    Hi,
    now it makes the whole p tag text smaller, not only the blog post excerpt

    #1354033

    Hi,

    Could you point out which text you are trying to target in a screenshot?

    Best regards,
    Rikard

    #1354526

    In privat are the link and the screenshot

    Exerpt of the blog post and p tag should have the same size.

    #1354545

    Hi,

    Thanks for that. Please try this CSS instead:

    .template-blog .entry-content-wrapper p {
      font-size: 12px;
    }

    Best regards,
    Rikard

    #1354638

    Thank you it works

    #1354672

    Hi,

    Great, I’m glad to hear that it’s working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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