Jump to content

Changing the color of the page numbers.


Guest prissanna

Recommended Posts

Guest prissanna

I searched but couldn't find. My page numbers don't show up on the bottom of the page unless you run the mouse across them. Where do I go to change the color so they will show up?

Link to comment
Share on other sites

Guest Meow Meow

In your style.css:

}

.txtDefaultLP, a.txtDefaultLP, a.txtLinkLP, a.txtLocationLP {

font-family: Verdana;

text-transform:uppercase;

color: #000000;

text-decoration:none;

}

a.txtDefaultLP:hover, a.txtLinkLP:hover, a.txtLocationLP:hover {

font-family: Verdana;

text-transform:uppercase;

color: #FF76A4;

text-decoration:none;

}

you want to change the color from this block to #000000.

}

a.txtDefaultLP:hover, a.txtLinkLP:hover, a.txtLocationLP:hover {

font-family: Verdana;

text-transform:uppercase;

color: #FF76A4;

text-decoration:none;

}

That should do it. :)

Link to comment
Share on other sites

Guest prissanna

OK, that didn't work. When you hover over the page numbers, you can see them, but when you are looking at the pages, you can't see any number but the page you are on. Any other suggestions?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...