I have a few html and css questions any help?
3 posters
Page 1 of 1
I have a few html and css questions any help?
Ok to start things off i'm using punbb. My 1st question i want to change the font of my Navigation bar. With out changing the font of the rest of the forum. Here is a screen shot of my nav bar i want to change the font to Xirod.
My next question is a 2 in 1 i want to change the text marked in white and remove the text in red. It is in the picture what i want to do
Thanks for any help
My next question is a 2 in 1 i want to change the text marked in white and remove the text in red. It is in the picture what i want to do
Thanks for any help
Last edited by Smeyer40 on September 10th 2012, 9:52 pm; edited 1 time in total
Smeyer40- New Member
- Posts : 9
Reputation : 1
Language : English
Re: I have a few html and css questions any help?
1) Add this to your css.
2) General Discussion, Introduce yourself, Nevo Partners are categories which you created. Delete them & they will be gone.
That text forum if at all can be edited, it will be just a single text everywhere.
- Code:
#pun-navlinks a{
font-family: times new roman !important;
}
2) General Discussion, Introduce yourself, Nevo Partners are categories which you created. Delete them & they will be gone.
That text forum if at all can be edited, it will be just a single text everywhere.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: I have a few html and css questions any help?
I don't want to delete the forum just that text there
Smeyer40- New Member
- Posts : 9
Reputation : 1
Language : English
Re: I have a few html and css questions any help?
The text forum, if edited will be changed. I never said delete.Smeyer40 wrote:I don't want to delete the forum just that text there
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: I have a few html and css questions any help?
Now for where it says forum is it possible to rename the text to something i want in css. And above the forum it has the forum name can that be removed just that text. I used a html code to hide that text but it also hide the link so no one could click into the forum.Sanket wrote:2) General Discussion, Introduce yourself, Nevo Partners are categories which you created. Delete them & they will be gone.
That text forum if at all can be edited, it will be just a single text everywhere.
Smeyer40- New Member
- Posts : 9
Reputation : 1
Language : English
Re: I have a few html and css questions any help?
You can edit where it says forum via Template editing & not via css.Now for where it says forum is it possible to rename the text to something i want in css.
Are you sure those are forums? They look like categories to me.And above the forum it has the forum name can that be removed just that text. I used a html code to hide that text but it also hide the link so no one could click into the forum.
Please check these threads.
https://help.forumotion.com/t8322-differences-between-forum-and-category
https://help.forumotion.com/t3313-categories-and-forums-creation-and-appearance
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: I have a few html and css questions any help?
Yea those are forums with sub forums and what template needs to be edited to change the text "Forum".
And i just want to remove the text that has the red box around it I'm guessing that will be in template as well but i'm not sure
And do you have the css code to change the font size in the Nav bar
And i just want to remove the text that has the red box around it I'm guessing that will be in template as well but i'm not sure
And do you have the css code to change the font size in the Nav bar
Smeyer40- New Member
- Posts : 9
Reputation : 1
Language : English
Re: I have a few html and css questions any help?
The template that needs editing
Display>templates>General> index_box
Thats the one for the forum i believe.
General Discussion if needs to be removed you should not add it in the first place. I don't really understand what you are trying to do.
For the font size
Display>templates>General> index_box
Thats the one for the forum i believe.
- Code:
<th class="tcl">{L_FORUM}</th>
General Discussion if needs to be removed you should not add it in the first place. I don't really understand what you are trying to do.
For the font size
- Code:
#pun-navlinks a{
font-size: 12px !important;
}
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: I have a few html and css questions any help?
Look at these to pictures an you might see what i mean. I edited the page source code with firebug and removed the text like that to show you what i mean. Its not remove permanent like i want. and this is not just for the one forum its for all
Before:
After i remove the text using firebug:
While looking at the page source code with firebug this is the html code i removed
<h2>
<font color="#2497DE">General Discussion</font>
</h2>
Before:
After i remove the text using firebug:
While looking at the page source code with firebug this is the html code i removed
<h2>
<font color="#2497DE">General Discussion</font>
</h2>
Smeyer40- New Member
- Posts : 9
Reputation : 1
Language : English
Answers
Hey i figured out how to remove that text that i was wanting it was under the same template i had to edit one thing to do it look for
And change it to
And for others looking in this forum for the same answers for a punbb the answers are
How to change the Nav bar font size
How to change Nav bar font
Topic is Solved Thanks to Sanket
- Code:
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
And change it to
- Code:
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_}</div>
And for others looking in this forum for the same answers for a punbb the answers are
How to change the Nav bar font size
- Code:
#pun-navlinks a{
font-size: FONTSIZEpx !important;
}
How to change Nav bar font
- Code:
#pun-navlinks a{
font-family: YOURFONT; !important;
Topic is Solved Thanks to Sanket
Smeyer40- New Member
- Posts : 9
Reputation : 1
Language : English
Re: I have a few html and css questions any help?
Since the topic was marked solved i will now archive
Topic Solved & Locked |
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Similar topics
» 3 questions, non related,Breadcrumbs Module, Gif questions, ?!?Footer at the top?!?
» How to Embed a Google Docs Form into an HTML page using HTML Pages Management
» HTML Pages and HTML Templates: {VALUES}
» Is it possible to have both HTML and CSS on a new HTML page?
» I've got a few questions...
» How to Embed a Google Docs Form into an HTML page using HTML Pages Management
» HTML Pages and HTML Templates: {VALUES}
» Is it possible to have both HTML and CSS on a new HTML page?
» I've got a few questions...
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum