• Hi all:

    I am just about done with my website using Avis Lite, and it is looking pretty good.

    One question I have relates to how the “bold” text appears. I would think that the font and typefaces etc. would be consistent across pages, but apparently they appear differently for some reason.

    For example, on the home page of https://www.energy713.com/, I have made several words and phrases bold, but one can hardly tell because the bolding is quite faint. If you notice the phrase “Understanding Your Situation” on this page, I have bolded it but it looks almost exactly like the regular body text. Code for this phrase is Understanding Your Situation, and I have not modified any of the fonts in this website. From what I can tell, this problem ONLY affects the home page.

    However, when one visits https://www.energy713.com/focus/, the bolded text appears much more bold – and better, in my view. For example, when viewing that page, the text line “Energy 713 Advisors focuses on serving clients. Our team has found…” has the words “serving clients” in bold. Code for this phrase is serving clients, so it’s the same as above. Other areas where the bold looks good include:

    https://www.energy713.com/serving-clients/
    https://www.energy713.com/serving-clients/approach/
    https://www.energy713.com/serving-clients/results/
    https://www.energy713.com/focus/… And other pages…

    Any suggestions? Why would the home page font selections be different from those on the “regular” pages?

    Also, is there a way to change the overall font selections, or is that baked in to this template?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rmichael713

    (@rmichael713)

    One more thing:

    It also seems to vary the appearance of bold items in regular text vs. bulleted lists… IN THE SAME PAGE.

    For example, the page https://www.energy713.com/serving-clients/results/ contains a brief sentence at the top, then a bulleted list of items below.

    Both text groups contain various bolded words and phrases – however, you can clearly see the bold text in the top sentence but not in the bulleted list. I used the typical li function within WP to create formatting for this bulleted list.

    Any suggestions?

    Tanay

    (@tanaykhandelwal-1)

    Hello There,
    Pleasant Greetings!

    >>you can clearly see the bold text in the top sentence but not in the bulleted list.(for this simply use this code in child theme or custom CSS plugin)

    li {
        list-style-type: none;
    }

    Regards,
    Tanay Khandelwal

    Tanay

    (@tanaykhandelwal-1)

    Hello There,
    Pleasant Greetings!

    >>you can clearly see the bold text in the top sentence but not in the bulleted list.if you want to remove bullets of this page onlyserving-clients/results(for this simply use this code in the child theme or custom CSS plugin)

    .skepost li {
        list-style-type: none;
    }

    Regards,
    Tanay Khandelwal

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Challenges with bold – why different appearance on different pages?’ is closed to new replies.