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.

remove\change the mouse over words "merry christmas"

4 posters

Go down

remove\change the mouse over words "merry christmas" Empty removechange the mouse over words "merry christmas"

Post by twin spin March 30th 2011, 9:13 pm

Hi...if anyone can explain in "dummy terms' how to change that when mousing over in the home page would be greatly appreciated.

Currently it says "merry christmas"
avatar
twin spin
New Member

Male Posts : 10
Reputation : 0
Language : english

Back to top Go down

remove\change the mouse over words "merry christmas" Empty Re: remove\change the mouse over words "merry christmas"

Post by MrMario March 30th 2011, 9:22 pm

Could you explain more or give a link or screenshot?
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

remove\change the mouse over words "merry christmas" Empty my home page for the link

Post by twin spin March 31st 2011, 12:13 am

MrMario wrote:Could you explain more or give a link or screenshot?

http://christianvoice.forumotion.com/
avatar
twin spin
New Member

Male Posts : 10
Reputation : 0
Language : english

Back to top Go down

remove\change the mouse over words "merry christmas" Empty Re: remove\change the mouse over words "merry christmas"

Post by Nera. March 31st 2011, 10:06 am

Remove the photo link from CSS.
AP >> Display >> Colors >> CSS stylesheet >>
Code:
li.row:hover {
    background: url("REMOVE THIS LINK") no-repeat scroll right center #F0F9FF;
Nera.
Nera.
Energetic

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

Back to top Go down

remove\change the mouse over words "merry christmas" Empty Re: remove\change the mouse over words "merry christmas"

Post by twin spin March 31st 2011, 6:21 pm

Sorry, am not much of tech. Currently it's written

li.row:hover {
background: url(https://i.servimg.com/u/f62/14/52/65/41/mc10.png) 100% 100% repeat;
background-position: right;
background-repeat: no-repeat;
background-color: #F0F9FF;}

...and to remove it, it should read this way...:

li.row:hover {
background: url("REMOVE THIS LINK") no-repeat scroll right center #F0F9FF;

---------------------------------------Is it possible to change the wording
avatar
twin spin
New Member

Male Posts : 10
Reputation : 0
Language : english

Back to top Go down

remove\change the mouse over words "merry christmas" Empty Re: remove\change the mouse over words "merry christmas"

Post by Base March 31st 2011, 6:25 pm

Well, simply replace the code that you provided with this:

Code:
li.row:hover {
background: url(YOUR IMAGE LINK HERE) 100% 100% repeat;
background-position: right;
background-repeat: no-repeat;
background-color: #F0F9FF;
}


Last edited by Base on March 31st 2011, 8:14 pm; edited 1 time in total
Base
Base
Forumaster

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

http://forumotionhub.net

Back to top Go down

remove\change the mouse over words "merry christmas" Empty Re: remove\change the mouse over words "merry christmas"

Post by Nera. March 31st 2011, 6:30 pm

twin spin wrote:
Is it possible to change the wording

If you remove the link you will remove this photo hover =>
remove\change the mouse over words "merry christmas" Mc10
You can make an other photo with what ever you want written on it, and put the link there insted of this one.
Nera.
Nera.
Energetic

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

Back to top Go down

Back to top


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