PDA

View Full Version : Changing font size of forum titles on main page and topics in forums


Reaper7
08-26-2018, 12:32 PM
Just wanting to know how to change the font size on the forum titles on the main page and perhaps the font sizes on other bits of that main front page. Also curious about topic font size inside a forum. I managed to change the font inside a post using using Style Variables from admincp, but nothing else.

Cheers in advance!

delicjous
08-27-2018, 05:40 AM
You could use css in the additional.css template to change the fontsize of any text.

.forum-list-container .forum-title {
font-size: 20px !important;
}

Reaper7
08-27-2018, 10:23 AM
You could use css in the additional.css template to change the fontsize of any text.

.forum-list-container .forum-title {
font-size: 20px !important;
}


Thank you and excuse my ignorance, but how do I get there?

twistsol
08-27-2018, 11:58 AM
In the admincp, click on Styles --> Style Manager

for the style you want to change select the action Edit Templates

In the list of templates, select the category CSS Templates and then choose the template additional_css.

Enter the code tin that template and save

delicjous
08-28-2018, 05:23 AM
Or if you are on cloud you have to use the sitebuilder -> style -> css-editor.

Reaper7
08-28-2018, 07:21 PM
In the admincp, click on Styles --> Style Manager

for the style you want to change select the action Edit Templates

In the list of templates, select the category CSS Templates and then choose the template additional_css.

Enter the code tin that template and save

Thanks, I think I am almost there.

https://vborg.vbsupport.ru/external/2018/08/2.jpg

When I double click on CSS_additional.CSS (it is in orange) - nothing changes in the code tin (that I have pointed to with the arrow - is that the code tin?). It still reads 'CSS Templates.' However any other category I choose - it alters what is the code tin (or what I think is the code tin..)

twistsol
08-30-2018, 09:35 AM
When you are looking at the screen you posted, the Edit button should be available, it appears to be dimmed on your site.

https://vborg.vbsupport.ru/external/2018/08/13.png

When you click edit or doubl click it, you should see and editing screen that appears as below

https://vborg.vbsupport.ru/external/2018/08/14.png

The code would be entered in the box labeled tempate. Sorry for the confusion by the way, there is no code "tin" that should have been "in" in my original post, but I got a C in typing in high school.

Reaper7
08-30-2018, 10:17 AM
Thanks twistol.

My edit button remains dimmed however. Can't click on it.

twistsol
09-25-2018, 12:21 AM
Thanks twistol.

My edit button remains dimmed however. Can't click on it.

I didn't see your response until today. Are you, by chance on vbCloud? If so, you need to get at the additional css tremplate another way.

On your site, log in as administrator,
Set Edit Site to ON
Click on Style and the screen will switchto the style editor as shown below

https://vborg.vbsupport.ru/attachment.php?attachmentid=157209&stc=1&d=1537841856

click on the CSS Editor tab
select your style and select the template css_additional.css

https://vborg.vbsupport.ru/attachment.php?attachmentid=157210&stc=1&d=1537841856

Enter the text in the box provided and save changes.