Archived topic
Menu bar with png´s
24 replies · Started by Markus on February 9, 2022
It´s so fascinating what you guys can do ...
Okay, I just did an archive as you said. That´s the link: http://neueseite.monakino.de/category/probe/
Well that looks great.
The archives will only be an issue if you display them in Columns.
If thats something you need then it will require CSS.
Let us know.
As always - You guys rock - THX a thousand times!
Okay, because it seems to be so easy for you - I did some css for the active link in the side menü - that won´t work. You got any idea?
The css is: .sidebar .widget a:hover{
color:#e02119;
background:#fff;
}
.sidebar .widget a:active{
color:#e02119;
background:#fff;
}
Hover works, but active not
Try this for the current menu item
.widget ul li.current-menu-item a {
color:#e02119;
background-color:#fff;
}
It´s so great!!!!
Glad to be of help!
I was jsut taslking to a friend that the money that I spend on you guys is an absolute Bargain - your service ist the best!
Sssh - we might have to put the prices up lol
Thank you for your kind words - its a nice way to start the day :)
Dear David - projects sometimes last longer than they should - I got still a question - the english main menu is not working. I did exactly the same like in teh german version - putting in the png´s - but it won´t show. What am I doing wrong?