How to make only topic title text bigger?
4 posters
Page 1 of 1
How to make only topic title text bigger?
Is this possible through CSS? I just want the topic titles on the index to be increased a little bit.
Currently using ModernBB
Currently using ModernBB
Charisma Clash- Forumember
- Posts : 166
Reputation : 2
Language : English
Re: How to make only topic title text bigger?
The CSS selector for the title will also affect the author text.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to make only topic title text bigger?
Fine with me
Charisma Clash- Forumember
- Posts : 166
Reputation : 2
Language : English
Re: How to make only topic title text bigger?
- Code:
dd.lastpost a {
font-size: YOUR NUMBERpx;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to make only topic title text bigger?
Thank you, while we're at it, do you know how to make the picture + circle radius bigger on the new ModernBB forum? On the index I mean.
Charisma Clash- Forumember
- Posts : 166
Reputation : 2
Language : English
Re: How to make only topic title text bigger?
Should be the same selector, except with the image added on to it. Change the height and width to what you see fit.
- Code:
.lastpost-avatar img {
width: 0px;
height: 0px;
}
Last edited by Draxion on March 13th 2017, 3:38 pm; edited 1 time in total
Re: How to make only topic title text bigger?
Now then...I copied the script to make posting text bigger, but it didn't make the text any bigger when typing into the text box. That's the area some of our members are stuggling with, failing eyesight and all that..Any assistance greatfully received.
Re: How to make only topic title text bigger?
Gwim_Weaper wrote:Now then...I copied the script to make posting text bigger, but it didn't make the text any bigger when typing into the text box. That's the area some of our members are stuggling with, failing eyesight and all that..Any assistance greatfully received.
@Gwim_Weaper, are you sure you posted in the correct topic?
Re: How to make only topic title text bigger?
This is the CSS selector for the avatar in the last post column:
- Code:
.lastpost-avatar img
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to make only topic title text bigger?
Gwim_Weaper wrote:Draxion, not a clue
Well, you mentioned something about a textbox while this is talking about a topic title. if you need assistance, you need to open a new topic and then I will gladly help you.
Similar topics
» How to make my board / banner bigger
» Make Topic Title in forum index clickable
» i do not like this new bigger text
» Make my forum board bigger?
» how do i make my message board bigger
» Make Topic Title in forum index clickable
» i do not like this new bigger text
» Make my forum board bigger?
» how do i make my message board bigger
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum