Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] change link opacity Reply To: chance link opacity

#150847
danielc2384
Participant

It’s a little complicated the way I have done it. I have made it so each page the links are different colors.

So going by each page I’ve got:

.page-id-48 #sf-menu ul li a { font-size: 30px !important; color: #4ede49; }

So the menu font color is different for each page.

So basically I have made it so all the links opacity is 0.7 but when a link is selected and you are on that current links page, the link needs to be 0.9 while the rest stay at 0.7.

Sorry hope that made sense.