I’m new to this forum. It was recommended to me by a fellow RapidWeaver user in the hope of addressing this issue. Recently, I completed a site for a client using SeyDesign’s Copper theme. The client wants to know if it’s possible to configure the navigation bar to have icons that reveal the names of the pages when you hover over them.
That’s exactly what I’m looking for. I have a rough draft for an icon that I created a while ago that should work for these purposes (link below).
As I mentioned previously, the client wants to know if it’s possible to configure the navigation bar so that when you mouse over a tab, a corresponding icon appears.
nav.toolbar2 > ul > li > a[title="HOME"]:hover {
background: url(http://i143.photobucket.com/albums/r130/pmolloy4/brideface-home-icon_zps82abd6ee.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}
And of course this is just a starting point and all sorts of other things can be done here and refined.
[title="HOME"] is how you’ll identify each link. WEDDINGS, CLASSES etc will be the next ones to use.