Notifications
Clear all

[Solved] change all fonts and sizes to my one

5 Posts
3 Users
0 Likes
783 Views
Posts: 9
Topic starter
(@freeworld)
Active Member
Joined: 4 years ago

I migrated from BBpress and I want to change all the existing posts fonts change to my new setting.

is it any way to change existing posts as a bulk action

thank you

4 Replies
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 5 years ago

HI @freeworld,

Please navigate to the Dashboard > Forums >  Settings > Styles admin page put the following CSS code in the "Custom CSS code" textarea:

#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-title .wpf-spost-title-link {
font-size: 17px !important;
}

#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-stext {
font-size: 14px !important;
}

The red marked value can be changed.

Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

Posts: 9
Topic starter
(@freeworld)
Active Member
Joined: 4 years ago

thank you for your reply

I try this code but it change all new posts but I need to change old posts as well

for example one of my forum has old 232 posts and most of them are different when you see.

I can edit them one by one as a moderator but it take a loooot of time. I am looking for other way.

https://masih.live/community/general/%da%86%d8%b1%d8%a7-%d8%a8%d8%b3%db%8c%d8%a7%d8%b1%db%8c-%d8%a7%d8%b2-%d8%b1%d9%87%d8%a8%d8%b1%d8%a7%d9%86-%d9%85%d8%b3%db%8c%d8%ad%db%8c-%d8%a7%d9%86%d8%ac%db%8c%d9%84%db%8c-%d8%b1%d8%b3%d9%88%d8%a7#post-209

https://masih.live/community/general/%d9%85%d9%84%d8%b2%d9%88%d9%85%d8%a7%d8%aa-%d9%be%db%8c%d8%ba%d8%a7%d9%85-%d8%a7%d9%86%d8%ac%db%8c%d9%84-%da%86%db%8c%d8%b3%d8%aa%d8%9f#post-175

2 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4308

@freeworld,

Please add the following CSS code as well your issue should be solved:

#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content span{
font-size: 14px !important;
}

 

(@freeworld)
Joined: 4 years ago

Active Member
Posts: 9

Thank you so much

this one works great