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.

Scroll Bar

5 posters

Go down

Solved Scroll Bar

Post by Frank_Wx November 23rd 2014, 10:32 pm

Hello, 

Whenever I want to increase the font size in my scroll bar or change the text color, it does not work. The only thing that works is "bolding" the text. If anyone knows what to do that would be great. Thanks!

Forum: phpBB
http://www.njstrongweatherforum.com/
Frank_Wx
Frank_Wx
Forumember

Male Posts : 126
Reputation : 1
Language : english

http://www.njstrongweatherforum.com/

Back to top Go down

Solved Re: Scroll Bar

Post by _Twisted_Mods_ November 23rd 2014, 10:38 pm

you probably have some css blocking it

goto admin control panel>display>pictures&colors>colors>css stylesheet

_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Solved Re: Scroll Bar

Post by SLGray November 23rd 2014, 10:40 pm

Code:
<font-size=YOUR SIZE></font>

<font-color=YOUR COLOR></font>


Scroll Bar Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Scroll Bar

Post by Frank_Wx November 23rd 2014, 11:05 pm

_Twisted_Mods_ wrote:you probably have some css blocking it

goto admin control panel>display>pictures&colors>colors>css stylesheet


Thanks for responding. How do I unblock it in CSS?
Frank_Wx
Frank_Wx
Forumember

Male Posts : 126
Reputation : 1
Language : english

http://www.njstrongweatherforum.com/

Back to top Go down

Solved Re: Scroll Bar

Post by Guest November 23rd 2014, 11:13 pm

Frank_Wx wrote:Hello, 

Whenever I want to increase the font size in my scroll bar or change the text color, it does not work. The only thing that works is "bolding" the text. If anyone knows what to do that would be great. Thanks!

Forum: phpBB
http://www.njstrongweatherforum.com/

How exactly you doing that? In css or?

Try find font-size and color properityes at css and change them.

Use ctrl + f for search
avatar
Guest
Guest


Back to top Go down

Solved Re: Scroll Bar

Post by Frank_Wx November 23rd 2014, 11:29 pm

Ivan K wrote:
Frank_Wx wrote:Hello, 

Whenever I want to increase the font size in my scroll bar or change the text color, it does not work. The only thing that works is "bolding" the text. If anyone knows what to do that would be great. Thanks!

Forum: phpBB
http://www.njstrongweatherforum.com/

How exactly you doing that? In css or?

Try find font-size and color properityes at css and change them.

Use ctrl + f for search

I go to AP-Announcements then create an announcement by enabling scrolling. I try to avoid CSS...confuses me. Lol
Frank_Wx
Frank_Wx
Forumember

Male Posts : 126
Reputation : 1
Language : english

http://www.njstrongweatherforum.com/

Back to top Go down

Solved Re: Scroll Bar

Post by Ange Tuteur November 24th 2014, 12:14 am

Hello Frank,

You have tried wrapping your text with the following, and it doesn't work ?
Code:
<span style="font-size:24px;">Texte here</span>
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Scroll Bar

Post by Frank_Wx November 24th 2014, 1:55 am

Maybe I am not explaining this correctly. Here is a screen shot

Scroll Bar Test110

Like I said, the bolding of text works. But when I choose a different color or enlarge the text, it does not translate onto my forum. It keeps it the default text size and font color.
Frank_Wx
Frank_Wx
Forumember

Male Posts : 126
Reputation : 1
Language : english

http://www.njstrongweatherforum.com/

Back to top Go down

Solved Re: Scroll Bar

Post by Ange Tuteur November 24th 2014, 2:03 am

Try checking your announcements and make sure the tags are close properly. I made a test on my forum and the color + size applied :
Code:
<span style="color: #FF0000;"><span style="font-size:24px;"><strong>teeeeest</strong></span></span>

Scroll Bar Captur89
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Scroll Bar

Post by SLGray November 24th 2014, 3:36 am

In your rscreenshot, you do not have the text highlighted that you want to be a different color.  Also I do not see the color tags.


Scroll Bar Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Scroll Bar

Post by Frank_Wx November 25th 2014, 2:15 am

Ange Tuteur wrote:Try checking your announcements and make sure the tags are close properly. I made a test on my forum and the color + size applied :
Code:
<span style="color: #FF0000;"><span style="font-size:24px;"><strong>teeeeest</strong></span></span>

Scroll Bar Captur89

Yup, your tags work on my forum too. How can I change the tags now? CSS?
Frank_Wx
Frank_Wx
Forumember

Male Posts : 126
Reputation : 1
Language : english

http://www.njstrongweatherforum.com/

Back to top Go down

Solved Re: Scroll Bar

Post by Ramdaman November 25th 2014, 2:24 am

What do you mean by changing the tags. You want to change the color or style of a tag?
Ramdaman
Ramdaman
Active Poster

Male Posts : 1615
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City

http://ndihme.forumotion.com/forum

Back to top Go down

Solved Re: Scroll Bar

Post by Frank_Wx November 25th 2014, 2:31 am

Ramdaman wrote:What do you mean by changing the tags. You want to change the color or style of a tag?


Every time I make an announcement, I like to enlarge the text to size 18 or 24 and color it in red. When I apply those options to my text, it never works (it did last week, this recently started happening for some reason). Now Ange gave me her tags to test out, and they work. Why is it when I paste Ange's into my announcements it comes out in red and size 18, but when I make my own it does not work?
Frank_Wx
Frank_Wx
Forumember

Male Posts : 126
Reputation : 1
Language : english

http://www.njstrongweatherforum.com/

Back to top Go down

Solved Re: Scroll Bar

Post by Ramdaman November 25th 2014, 2:50 am

You need to re-highlight the text for each button you press on the editor.
Ramdaman
Ramdaman
Active Poster

Male Posts : 1615
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City

http://ndihme.forumotion.com/forum

Back to top Go down

Solved Re: Scroll Bar

Post by Frank_Wx November 25th 2014, 3:10 am

Got it! Thank you so much! I feel like a moron.
Frank_Wx
Frank_Wx
Forumember

Male Posts : 126
Reputation : 1
Language : english

http://www.njstrongweatherforum.com/

Back to top Go down

Solved Re: Scroll Bar

Post by Ramdaman November 25th 2014, 3:54 am

Happens to the best of us, seriously.

Topic solved and archived.
Ramdaman
Ramdaman
Active Poster

Male Posts : 1615
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City

http://ndihme.forumotion.com/forum

Back to top Go down

Back to top


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