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

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Solved] Topic title font size changing

4 Posts
2 Users
2 Reactions
3,207 Views
Posts: 4
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
(@highlander)
Active Member
Joined: 5 years ago
[#18515]

Hello,

i am just trying to change the topic titel font size of wpforo. Actually it always seems to set it on "42.75px;" .. and i dont know why.

 

Would like to set it on 20px so big topics dont break anymore. (see picture)

i also added the css code to override:

#wpforo #wpforo-wrap #wpforo-title {
    font-size: 20px;
    padding: 2px 0 10px 0;
    margin: 1px 0 15px 0;
    font-weight: 500;
}

but this didnt change anything. Maybe you have some idea? CTRL+F5 .. did it many times.

Thank you!

forum topic BIG
The page I need help with
wpForo Version
1.9.9
WordPress Version
5.8

3 Replies
Posts: 4
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
(@highlander)
Active Member
Joined: 5 years ago

i would like to look like on this screenshot:

forum topic SMALL
 
Edit:
when i examine my css with the browser (chrome) the css is like this: (from where it gets the 42.75px)? 
element.style {
    font-size: 42.75px;
}
#wpforo #wpforo-wrap #wpforo-title {
    color: #333333;
}
#wpforo #wpforo-wrap #wpforo-title {
    font-size: 20px;
    padding: 2px 0 10px 0;
    margin: 1px 0 15px 0;
    font-weight: 500;
}

here on wpforo the elemet.style is empty:

element.style {
}
#wpforo #wpforo-wrap #wpforo-title {
    color: #333333;
}
#wpforo #wpforo-wrap #wpforo-title {
    font-size: 20px;
    padding: 2px 0 10px 0;
    margin: 1px 0 15px 0;
    font-weight: 500;
}

1 Reply
Chris
(@chris)
Joined: 5 years ago

Famed Member
Posts: 3610
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

Hi @highlander,

Add this CSS code in "Custom CSS Code" field from Dashboard > Forums > Settings > Style's Tab

#wpforo #wpforo-wrap #wpforo-title {
    font-size: 20px !important;
}

Posts: 4
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
(@highlander)
Active Member
Joined: 5 years ago

it works perfectly now! THANK YOU!


Share: