The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

News widget title size?

3 posters

Go down

In progress News widget title size?

Post by yjosephh July 26th 2011, 7:56 am

Is it possible to increase the size of the news widget title when it shows up on my portal?
avatar
yjosephh
Forumember

Posts : 43
Reputation : 0
Language : English

Back to top Go down

In progress Re: News widget title size?

Post by Nera. July 26th 2011, 10:31 am

Hello,

Forum version is?
You want basiclly your topic title in news widget bigger?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: News widget title size?

Post by yjosephh July 26th 2011, 11:03 am

My version is PHPBB3.

And yes.
avatar
yjosephh
Forumember

Posts : 43
Reputation : 0
Language : English

Back to top Go down

In progress Re: News widget title size?

Post by Nera. July 26th 2011, 11:08 am

OK. Try adding this to your CSS.

Code:
.mod_news .h3 {
    font-size: 20px;
}

Change the px size if you want.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: News widget title size?

Post by yjosephh July 26th 2011, 11:15 am

Oh, thank you! It works perfectly.

Is there a way to change its font type as well? Like Times New Roman, Verdana, etc? If so, what are the options I can change it to?

Oh, and is there a way to lowercase the words in the title? They're all uppercase and it looks kinda weird. They're uppercase by default.
avatar
yjosephh
Forumember

Posts : 43
Reputation : 0
Language : English

Back to top Go down

In progress Re: News widget title size?

Post by Base July 26th 2011, 11:24 am

Hi, for changing its font type, please modify the original code like so:

Code:
.mod_news .h3 {
    font-size: 20px;
    font-family: Times New Roman, Verdana;
    text-transform: none;
}
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

In progress Re: News widget title size?

Post by yjosephh July 26th 2011, 11:46 am

Ohh I see, thank you!

I have another question.

How is possible to change the font of the actual content in the News Widget? It's size 11 in the forum, but in the home page it's extremely small. Is there a way to increase its font?
avatar
yjosephh
Forumember

Posts : 43
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum