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 to change the color of categories and last posts

3 posters

Go down

Solved How to change the color of categories and last posts

Post by Nijan May 15th 2011, 2:21 am

I'd like to change only the color of the category title and the last posts. I've tried to change the link color but though all links are blue which looks horrible.
So is there a way that only the category title and the titles of last posts are blue?

How to change the color of categories and last posts Unknow10


Last edited by Nijan on May 16th 2011, 10:38 pm; edited 1 time in total
Nijan
Nijan
Forumember

Female Posts : 31
Reputation : 30
Language : English, German

http://namina.forum-aktiv.com

Back to top Go down

Solved Re: How to change the color of categories and last posts

Post by Mike May 15th 2011, 2:55 am

Find the color, go to your CSS and search for that color nad change it
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Solved Re: How to change the color of categories and last posts

Post by Guest May 15th 2011, 4:11 am

try looking for the color code and css code on this site http://www.webartzforum.com/ because i get most of my codings from this forumotion site and i think this is another site of help.forumotion because 90 % of this forums mods are mods there too
avatar
Guest
Guest


Back to top Go down

Solved Re: How to change the color of categories and last posts

Post by Base May 15th 2011, 1:05 pm

Hi, it's possible to change them using CSS. Please add this to your CSS code for forum links:

Code:
a.forumlink:active {
    color: #FFFFFF;
}
a.forumlink {
    color: #FFFFFF;
}
a.forumlink:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
a.forumlink:link {
    color: #FFFFFF;
}

If that doesn't work, try this:

Code:
.forumlink {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
}

Base
Base
Forumaster

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

http://forumotionhub.net

Back to top Go down

Solved Re: How to change the color of categories and last posts

Post by Nijan May 15th 2011, 7:23 pm

Thanks Base.

But what about Last Topics on the right side? Is there a CSS code too?

Edit: I get what I want, so I'll mark it as solved.
Nijan
Nijan
Forumember

Female Posts : 31
Reputation : 30
Language : English, German

http://namina.forum-aktiv.com

Back to top Go down

Back to top

- Similar topics

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