• Resolved crimepie

    (@crimepie)


    Hi Ben,
    I would prefer the posts tittles to be bold everywhere.

    I installed a child theme which works.
    I tried to add this line in the style.css:

    h2 {font-weight: bold;}

    But it doesn’t make the tittles bold. Any idea?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey,

    This CSS should do the trick:

    h1, h2 {
      font-weight: 700;
    }

    Post titles are h1 elements on the post pages, so we just need to add that selector too. Mission News has a regular “400” weight and “700” in particular for bold, so I switched the font-weight value to 700 as well.

    Thread Starter crimepie

    (@crimepie)

    Thanks,

    Doesn’t work.
    I don’t know why but anything I change in the child theme’s style.css does nothing. I tries to make a style.min.css but that did nothing. The child theme works because of the changes it made when I installed it, but the style won’t change..

    I also try to take away the underline for every links that appear since the last update! No luck

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for trying that!

    When you update your stylesheet and don’t see any updates on the site, this often means the old version of the stylesheet is cached. If you’re using a caching plugin, try emptying your cache and then also do a hard refresh with your browser.

    Update: the post titles weren’t bold when I visited your site until I did a hard page refresh and now I see them bold: https://pics.competethemes.com/pBjo

    • This reply was modified 6 years, 10 months ago by Ben Sibley.
    Thread Starter crimepie

    (@crimepie)

    Hi Ben, thank you very much it actually works I see the title bold
    what about the underline for links which appeared In the latest version, can I remove them? ?

    Theme Author Ben Sibley

    (@bensibley)

    I’m not seeing link underlines when I view the site (screenshot). Could you share a screenshot or let me know which links this is applying to?

    There weren’t any updates to the link styles in the last update, so I think some other CSS on the site may be affecting the links.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing the tittle (H2) to bold’ is closed to new replies.