Home Forums Basel support forum Typography

Typography

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

    Shawn Gray
    Participant

    When I add text the styling is too dark. I would like it to be the same lightness as on the blog page or blog section. All the header text or paragraph text I add on any section is way darker than any default text for the blog pages. Why? Can this be changed to match?

    #11380

    Artem Temos
    Keymaster

    Hello,

    Could you please provide a screenshot of what text you are actually talking about?

    Regards

    #11385

    Shawn Gray
    Participant

    Sure here is a screen shot of the blog posts page text and then a page that I embed text. You can see the difference. I am wanting the last screen shot to look like the first two. The problem is when I select paragraph or Header 1, 2, 3, 4, 5, 6 they are quite dark they are not the lightness of the first screen shot.

    #11387

    Shawn Gray
    Participant

    Nevermind. You added the weight and style adjustment in the update.

    #11391

    Shawn Gray
    Participant

    The update has weight and styling but it still doesn’t make it as light as the other screen shots. If you look at this page… when I use the <p> tag or and of the <h> tags that the theme use they are darker than are used with the blog. I want it to match the blog lightness. I hope that makes sense.

    #11399

    Artem Temos
    Keymaster

    Sorry, please attach screenshots smaller than 512KB since we don’t see them now.

    #11424

    Shawn Gray
    Participant

    Here are the photo’s at a smaller resolution like you requested

    Attachments:
    You must be logged in to view attached files.
    #11430

    Artem Temos
    Keymaster

    Try to use the following code snippet

    .blog-post-loop .entry-content {
    	font-weight:400;
    }

    Regards

    #11433

    Shawn Gray
    Participant

    Please don’t grow frustrated with me. This may not be possible. I like the lightness of the blog post loop. I don’t want to make it darker. I want to make the other text I add on any other page the same lightness as the blog loop. I selected 300 weight which is the lightest entry and it is still darker than the blog loop. Am I doing something wrong?

    #11436

    Artem Temos
    Keymaster

    Sorry, we got you wrong. Try this instead

    body {
    	font-weight:300;
    }

    Regards

    #11441

    Shawn Gray
    Participant

    Thank you.

    #11451

    Artem Temos
    Keymaster

    You are welcome!

Viewing 12 posts - 1 through 12 (of 12 total)