• Resolved paxpaxpaxpax

    (@paxpaxpaxpax)


    I have configurated my website, https://www.dailymind.dk with a pre-made style presets (Royal Navy) and it looks really awesome! (Gema Theme)

    But since i’ve changed it, my headlines doesnt appear thick. And i can’t thicken any text in the sections in posts. Do I have to use a CSS code to do that? Maybe you could check one of my articles out in posts, and see what i mean ??

    And if I have to use a CSS code, could you please send me one, and tell me how to do it?

    Thanks!

Viewing 15 replies - 1 through 15 (of 29 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    On that page, what is a headline?

    Thread Starter paxpaxpaxpax

    (@paxpaxpaxpax)

    Its only when I make a post. This one for example – the headers (h2) doesnt appear thick, for readers, but they do when i configurate the post. Its strange. You can see what I mean here. I have underscored the headlines.

    https://dailymind.dk/hvad-skal-jeg-lave-3-tips-til-at-finde-din-passion-i-livet/

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You do have to use CSS code for this. How did you configure your website to use pre-made style presets? That’s CSS too so I’m wondering if you already have a section of your theme that allows more customisation.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    The font weight for that is normal. See https://pix.toile-libre.org/upload/original/1470836743.png

    YOu want to modify your CSS:

    .singular .entry-title, .attachment .entry-title {
        font-weight: bold;
    }

    If your theme has a “custom CSS” option, add this there. If not, install the plugin “simple custom CSS” to allow you to safely customize CSS.

    Thread Starter paxpaxpaxpax

    (@paxpaxpaxpax)

    It worked! Nice!

    But, I also need it IN the posts – for h1, h2, h3 etc. If you try the link again, its the text that is underscored at the moment, since its not shown bold.

    So this text: 1. FIND UD AF HVAD DU ELSKER OG HVAD DU ER GOD TIL

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You need to modify the CSS for those elements.

    Here’s how you can see what the CSS is and figure out what changes you need to make:

    https://developers.google.com/web/tools/chrome-devtools/

    Thread Starter paxpaxpaxpax

    (@paxpaxpaxpax)

    Okay … I have no idea what to look at there ?? !

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You using Chrome?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I’m doing the “teach a man to fish” thing. We can go around and around on fixing your individual CSS questions or I can show you how I found what CSS to change. I’m choosing the latter. Select the element you want to examine. Right click and choose inspect, then look at the CSS applied to it. You can modify the CSS in the inspector panel. When you get it the way you want it, apply those changes to your custom CSS.

    Thread Starter paxpaxpaxpax

    (@paxpaxpaxpax)

    I’m using Chrome, yes.

    Fair point Steve. I’ll try it out ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Let us know if you get stuck

    Thread Starter paxpaxpaxpax

    (@paxpaxpaxpax)

    I found the CSS code for the headline, and it looks correct, in my eyes?

    <h2><span style=”text-decoration: underline;”>1. Find ud af hvad du elsker og hvad du er god til</span></h2>

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    the problem there is that the CSS is inline. That’s very difficult to override. Did you set underline when you entered that text in the editor?

    Thread Starter paxpaxpaxpax

    (@paxpaxpaxpax)

    Could it have something to do with the pre-made style theme, that just doesn’t allow bold font to appear?

    It worked before i changed to this pre-made style. Its from the same publisher tho, so it seems weird.

    Thread Starter paxpaxpaxpax

    (@paxpaxpaxpax)

    That was the code, as it stood in HTML, in the post. So i havent changed anything.

Viewing 15 replies - 1 through 15 (of 29 total)
  • The topic ‘Font doesnt appear thick’ is closed to new replies.