Sub Forum Font Size, Style & Title Placement

For support and discussion related to templates and themes in phpBB 3.3.
travelplus
Registered User
Posts: 5
Joined: Sat Aug 24, 2024 10:59 pm

Sub Forum Font Size, Style & Title Placement

Post by travelplus »

I was wondering whether it is Possible to Change the Text Size of the Sub Forum listings on the Main Forum Page, as shown below:
SubForum_1.PNG
SubForum_2.png

New version phpbb:
dl.row-item dt a.subforum {
font-size: 1.3em;
line-height: 1.8;
}

phpBB-3.1.10:

a.subforum {
font-size: 1.3em;
line-height: 1.8;
}

phpbb3.0.10 phpbb3.0.9 Neither of the above will work
sos!!
You do not have the required permissions to view the files attached to this post.
Last edited by travelplus on Fri Sep 20, 2024 1:44 pm, edited 1 time in total.
User avatar
Gumboots
Registered User
Posts: 800
Joined: Fri Oct 11, 2019 1:59 am

Re: Sub Forum Font Size, Style & Title Placement

Post by Gumboots »

Code: Select all

a.subforum {
	font-size: .75rem;
	line-height: 1.8;
}
🇺🇦 Слава Україні! 🇺🇦 Героям слава! 🇺🇦
travelplus
Registered User
Posts: 5
Joined: Sat Aug 24, 2024 10:59 pm

Re: Sub Forum Font Size, Style & Title Placement

Post by travelplus »

styles/prosilver/theme/content.css

Code: Select all

a.subforum {
	font-size: .75rem;
	line-height: 1.8;
}
Added the above content Home display has not changed, my version is phpBB-3.1.10
Last edited by danieltj on Wed Sep 18, 2024 3:38 pm, edited 1 time in total.
Reason: Formatted code.
travelplus
Registered User
Posts: 5
Joined: Sat Aug 24, 2024 10:59 pm

Re: Sub Forum Font Size, Style & Title Placement

Post by travelplus »

Thanks, it's okay now, there was no update cache in the background just now
User avatar
Gumboots
Registered User
Posts: 800
Joined: Fri Oct 11, 2019 1:59 am

Re: Sub Forum Font Size, Style & Title Placement

Post by Gumboots »

Why on Earth are you still running 3.1.10?
🇺🇦 Слава Україні! 🇺🇦 Героям слава! 🇺🇦
travelplus
Registered User
Posts: 5
Joined: Sat Aug 24, 2024 10:59 pm

Re: Sub Forum Font Size, Style & Title Placement

Post by travelplus »

phpbb3.0.10 phpbb3.0.9 Neither of the above will work

The Hungary language pack is only 3.0.9, so this old version is used.
User avatar
Anișor
Translator
Posts: 330
Joined: Tue Jan 08, 2013 9:36 pm
Location: Arbroath, Angus, Scotland

Re: Sub Forum Font Size, Style & Title Placement

Post by Anișor »

travelplus wrote: Fri Sep 20, 2024 1:48 pm phpbb3.0.10 phpbb3.0.9 Neither of the above will work

The Hungary language pack is only 3.0.9, so this old version is used.
:arrow: https://phpbb.hu/letoltesek/296
For some reason they don’t submit the language packs at phpbb.com but you can download it from the official magyar community.
travelplus
Registered User
Posts: 5
Joined: Sat Aug 24, 2024 10:59 pm

Re: Sub Forum Font Size, Style & Title Placement

Post by travelplus »

urdu 3.0.9 swedish3.1.2 norwegian 3.1.3 macedonian 3.0.10 kurdish3.0.10 ……These packs are all older versions, so look for workarounds
User avatar
Anișor
Translator
Posts: 330
Joined: Tue Jan 08, 2013 9:36 pm
Location: Arbroath, Angus, Scotland

Re: Sub Forum Font Size, Style & Title Placement

Post by Anișor »

Check the link above.

Return to “[3.3.x] Styles Support & Discussion”