Hello,
I am not using any logo for my site. I have removed default logo url. I need some help to change the font, size and add little css so that the header tittle looks elegant without any logo.
Regards.
Hello,
I am not using any logo for my site. I have removed default logo url. I need some help to change the font, size and add little css so that the header tittle looks elegant without any logo.
Regards.
The Css class should be header #site-text-logo. You can use that class to give style to the title.
It depends on what you mean by elegant, what is elegant for me, may not like you at all …or may not be suitable for your forum style
Thanks for the quick response @Trash
My area of expertise is not css. I am not good in css. You may help me with css code to change tittle font and make it better in your own way. I will tweak the code later, according to my needs.
Regards.
For next half hour I’m free, then I have to finish preparing for a trip
Can you share the link to your forum?
Sorry for the delay @Trash
Thanks in advance!!
مثال للبدء:
<link href="https://fonts.googleapis.com/css?family=Quattrocento+Sans" rel="stylesheet">
header #site-text-logo {
font-size: 28px;
font-style: italic;
font-family: 'Quattrocento Sans', sans-serif;
color: #0030ff;
filter: drop-shadow(1px 1px 1px #fff) drop-shadow(-1px 1px 1px #fff) drop-shadow(1px -1px 1px #fff) drop-shadow(-1px -1px 1px #fff);
}
![]()
لن تتمكن من رؤية عائلة الخط حتى تضيف الخط الجديد إلى أصول المنتدى أو تضيف سطرًا مشابهًا (<link href="https://fonts.googleapis.com/css?family=Quattrocento+Sans" rel="stylesheet">) في أعلى ملف التنسيق. راجع هنا https://fonts.google.com/
ملاحظة: تذكر عدم زيادة حجم الخط على الجوال! وإلا سيبدو الترويسة بشكل سيء (المساحة محدودة هناك)
Thank you @Trash
It worked and solved my problem