@pitaj thx for answer but problem was at my cache.
I cleaned cache and cookies and entered at site.
Mark this as SOLVED plz
So I have my Site Title set correctly in the ACP:
But the text is hard to read on the site:
I want to make the text Bold I added the code for Bold, but it didn't work:
How can I make the Title Text Bold?
You can use the custom CSS in the ACP.
@PitaJ Can you be more specific? From what I can see the Custom CSS is just a big blank box, I don't see anything there to select to make the Site Title Bold.
I assume I am supposed to put some kind of HTML code in this Custom CSS box? But where do I find this code?
Shouldn't the same ** Bold ** code work everywhere?
@dcook No unfortunately not as it does not accept markdown. You'll want to add this to the custom css:
h1.forum-title {
font-weight: bold;
}
@julian Thanks! That worked perfectly!
I would be nice if all these options were included in the control panel so you don't have to know the secret codes!
@dcook said in Site Title Bold?:
@julian Thanks! That worked perfectly!
I would be nice if all these options were included in the control panel so you don't have to know the secret codes!
CSS is not that hard
Before I startet with NodeBB I did know nothing about CSS. But with the help from a lot of the admins and member here I did create this
a topic
account page
Points page
mostenly is color change and the navbar is 100% over the page. But some thinghs took a few days and some things took a few seconds. But everything is learned with the good help of the people here