• Resolved Anonymous User 9824923

    (@anonymized-9824923)


    Hallo. I’m trying to remove the bold from my drop-down menu. Already changed the font, text-decoration and nothing worked. Anyone knows how to do it?

    I also want to resize the height of my titles contailer (h1) [ redundant link removed ] (YGGDRASIL) so the text appears in the middle with a few px up and down.

    Best regards,

    Irina Sopas

    • This topic was modified 5 years, 9 months ago by Jan Dembowski.
    • This topic was modified 5 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not a Developing with WordPress topic

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Try using something like:

    
    .menu-item a {
      font-weight: 400;
    }
    

    And based on how “unbold” you want, you might use a weight of 300 or even 200

    Let me know if that works.

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    You’re an angel it solved hahaha. That excessive bold was killing my vision.

    Do you know how to resize the height of my titles contailer (h1) (YGGDRASIL) so the text appears in the middle with a few px up and down?

    Best regards,

    Irina

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    If I understand what you are looking for, try something like:

    
    #entry-content h1 {
    padding: 10px;
    }
    
    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Hallo. Nothing happened, I’m trying to do this https://www.terrypratchettbooks.com/characters/ like the name in the characters “TIFFANY ACHING”.

    Kisses,

    Irina

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    .entry-content h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    }

    that worked without the #

    One last thing I can’t figure out what is happening: https://irinasopas.com/biografia/

    why this title is black while the others are white (they’re supposed to be white).

    very big kiss my wordpress angel

    Arg – the # typo was my mistake. I saw it was a class and just wrote the wrong thing to you.

    For some reason on that page has

    
    <h1 style="text-align: center;"><span style="color: #000000;"><strong>BIOGRAFIA</strong></span></h1>
    

    While all others have

    
    <h1 style="text-align: center;"><strong>POEMAZ</strong></h1>
    

    So you need to get that “<span…>” and “</span>” out of there.

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Is this <h1 style=”text-align: center;”><span style=”color: #000000;”>BIOGRAFIA</span></h1> in my style.css?

    No, from what I can see it looks like the title of the Post / Page has the Span in it – or some other piece of code is telling that word to be black instead of white.

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Indeed. It was at the page code lolol. Must love wordpress. Now I remove it, is doing fine, https://irinasopas.com/biografia/

    Thank you so so for the help. You’re my angel. Kisses for you

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Bold menu + Title h1 container’ is closed to new replies.