AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] Signature font size increased

4 Posts
2 Users
3 Reactions
1,776 Views
selsebil
Posts: 88
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@selsebil)
Estimable Member
Joined: 5 years ago
[#16956]

Hello. I changed font size of posts from 14px to 15px. Then font size of signature was also increased. Now they both are almost in same size. Is there any way to reduce only signature font size? Screen capture is attached. 

Example page: https://www.bilimveyaratilisagaci.com/f/s/tesaduf-evren-duzen/

In addition, can I add HTML signature?

Thank you for everything.

2021 06 13 172402

3 Replies
Tutrix
Posts: 1519
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@tutrix)
Noble Member
Joined: 6 years ago

add this to custom css

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature p  {
    font-size: 12px !important;
}

Dashboard > Forums > Settings > Style (custom css)

html, you can use the images tag

example

 <img src="http://example.com/your-image.jpg" />

selsebil
Posts: 88
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@selsebil)
Estimable Member
Joined: 5 years ago
Posted by: @tutrix

add this to custom css

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature p  {
    font-size: 12px !important;
}

Dashboard > Forums > Settings > Style (custom css)

html, you can use the images tag

example

 <img src="http://example.com/your-image.jpg" />

 

Thank you very much. Also, can I change the color of signature?


Tutrix
Posts: 1519
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@tutrix)
Noble Member
Joined: 6 years ago

@selsebil

add the color to the code above

example red

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature p {
   font-size: 12px !important;
   color: #ff0000;
}

if you want the text go around the images

add this Code too 😉 

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature img {
   border: none !important;
   float: left;
   margin: 10px;
}

Share: