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.

How do I change the color of a forum name [ModernBBBETA]

4 posters

Go down

Solved Re: How do I change the color of a forum name [ModernBBBETA]

Post by SLGray May 28th 2017, 7:53 am

Did you change the color for links since those are links?


How do I change the color of a forum name [ModernBBBETA] 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 : 51453
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: How do I change the color of a forum name [ModernBBBETA]

Post by TheCrow May 28th 2017, 12:28 pm

Hello @Ahmed Reda,

Try adding this in your CSS:
Code:
a.forumtitle { color: #xxxxxx }
a.forumtitle:hover { color: #xxxxxx }
the first one will change the links color, note that if it doesn't change it try adding
Code:
!important
after the hex color and
the hover is the color that will display once you hover the link.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: How do I change the color of a forum name [ModernBBBETA]

Post by TheCrow May 28th 2017, 1:01 pm

@Ahmed Reda did you change the #xxxxxx to the color to the hex color you want and added !important ?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: How do I change the color of a forum name [ModernBBBETA]

Post by TheCrow May 28th 2017, 1:22 pm

Unfortunately your forum is closed so i cannot see any categories.. The code should work. Can you send me here what you added?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: How do I change the color of a forum name [ModernBBBETA]

Post by SLGray May 28th 2017, 9:03 pm

Add the CSS to the top of your stylesheet.


How do I change the color of a forum name [ModernBBBETA] 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 : 51453
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: How do I change the color of a forum name [ModernBBBETA]

Post by Ange Tuteur May 29th 2017, 5:01 pm

Hi,

The :visited and :link pseudo-classes may be overriding your current style rules. Try using the following CSS rules for changing the link colors.
Code:
a.forumtitle:link {
  color:#00F;
}

a.forumtitle:visited {
  color:#00F;
}

a.forumtitle:hover {
  color:#F00;
}

a.forumtitle:active {
  color:#FF0;
}
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: How do I change the color of a forum name [ModernBBBETA]

Post by SLGray May 30th 2017, 6:59 am

If solved, please click the green solved button at the top of the topic.


How do I change the color of a forum name [ModernBBBETA] 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 : 51453
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: How do I change the color of a forum name [ModernBBBETA]

Post by Legionheart May 31st 2017, 6:35 pm

Problem solved & topic archived.
Please read our forum rules: ESF General Rules
Legionheart
Legionheart
Helper
Helper

Male Posts : 721
Reputation : 111
Language : English
Location : San Venganza

https://help.forumotion.com

Back to top Go down

Back to top

- Similar topics

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