Bold menu + Title h1 container
-
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 7 years, 3 months ago by
Jan Dembowski.
-
This topic was modified 7 years, 3 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]
-
This topic was modified 7 years, 3 months ago by
-
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.
If I understand what you are looking for, try something like:
#entry-content h1 { padding: 10px; }Hallo. Nothing happened, I’m trying to do this https://www.terrypratchettbooks.com/characters/ like the name in the characters “TIFFANY ACHING”.
Kisses,
Irina
.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.
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.
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
The topic ‘Bold menu + Title h1 container’ is closed to new replies.