Okay
  Public Ticket #3826065
font size and thickness adjustment
Closed

Comments

  • Hicret06 started the conversation
    Hello,
    How do I find where the font size and thickness settings are in these areas?

    Attached files:  IMG_4251.png

  •  267
    Theme Ruby replied

    Hi,

    You can change the font size of the Entry Excerpt by following these steps:

    1. Go to Theme Options > Typography > Entry Excerpt
    2. Try adjusting the font size
    3. Check the changes to ensure they apply correctly

    Please let me know if you need any further assistance.

    Best regards,

  • Hicret06 replied

    No, this setting does not change the font of the author section or comment area :(


    1. Go to Theme Options > Typography > Entry Excerpt
    2. Try adjusting the font size


  •  267
    Theme Ruby replied

    Hi,

    The issue might be related to caching. Please try clearing your cache and testing again.

    Additionally, you can try adding the following custom CSS to adjust the font size:

    .bio-description {
      font-size: 16px;
    }
    .comment-content {
      font-size: 16px;
    }
    

    The 16px value can be adjusted according to your preference.

    To add this CSS, please follow these steps:

    1. Go to Appearance > Customize in your WordPress dashboard.
    2. Navigate to Additional CSS.
    3. Paste the above CSS code and click Publish to save the changes.

    Let me know if this helps or if you need further assistance.

    Best regards,