Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #231471
    Dawn Joseph
    Participant

    Hello,

    How do I change the font size of my product names on the project pages?

    Thank you!

    #231482
    Skandha
    Participant

    @daja55: Hello there,
    Please post in your site URL so that I can look into the issue you are having.

    Kind Regards,
    Skandha

    #231488
    Dawn Joseph
    Participant

    triplexxxbrands.com

    #231491
    Skandha
    Participant

    @daja55: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .portfolio-entry-title {
        font-size: 25px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #231517
    Dawn Joseph
    Participant

    Yes it does, thank you!!!

    #231550
    Skandha
    Participant

    @daja55: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-starter/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #232352
    Klaus
    Participant

    Hallo,
    I have the same problem. The CSS says to me

    .text-klein {
    font-size: 20px;
    }

    next I then applied that CSS to the page.
      <font = “text-klein”> All information without guarantee </ font = “text-klein”>
    Unfortunately, it doesn’t work that way. What have I done wrong.
    Thank you.

    #232402
    Sakin
    Keymaster

    Hello Klaus,

    The size attribute of <font> is not supported in HTML5. Use inline CSS instead
    <p style="font-size:20px">All information without guarantee </p>

    But if you don’t want to use inline css and wanted to add above CSS in “Additional CSS”, then you can add the following HTML code:
    <p class="text-klein">All information without guarantee </p>

    Regards,
    Sakin

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Changing Font Size’ is closed to new replies.