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.

New skin editing

5 posters

Go down

In progress New skin editing

Post by truancy September 21st 2011, 8:54 pm

Hello guys and girls Smile,

I was wondering if there was anyone kind enough to help me out, basically I'm wanting to update our website skin to the one in the demo link bellow, my issue with it is that when you hover over certain words like the navbar links etc they turn dark red, and we (forum admin) don't really want that, so has anyone got any ideas on how to change this? btw I am completely new to any sort of coding, so step by step would be best Wink

http://demo.nicetheme.com/forum?theme_id=167399

Thanks
Truancy
avatar
truancy
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

In progress Re: New skin editing

Post by truancy September 21st 2011, 10:40 pm

I've noticed all links go dark red... can anyone help?
avatar
truancy
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

In progress Re: New skin editing

Post by dmwdead909 September 21st 2011, 11:00 pm

Change the Hover Link Color :
Which is DISPLAY TAB IN ADMIN PANEL
dmwdead909
dmwdead909
Forumember

Male Posts : 124
Reputation : 0
Language : English
Location : Pomona

http://lmc-forums.inmyclan.com

Back to top Go down

In progress Re: New skin editing

Post by Nera. September 21st 2011, 11:55 pm

Hi,

This is what makes it change color when you hover it. You can fix it by removing it through CSS
Code:
a:hover {
    color: #7A0000;
    text-decoration: none;
}

Or by adding this to CSS
Code:
a:hover {
    color: #ADADAD !important;
}
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: New skin editing

Post by truancy September 22nd 2011, 2:40 am

Thankyou guys so much, I hope this works Very Happy

Tru
avatar
truancy
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

In progress Re: New skin editing

Post by Sanket September 22nd 2011, 6:52 am

Solved?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: New skin editing

Post by mrdinhtvc September 22nd 2011, 12:53 pm

caj j nua~ day ko hju ti nao ca
avatar
mrdinhtvc
New Member

Posts : 2
Reputation : 1
Language : viet nam

Back to top Go down

Back to top

- Similar topics

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