https://neu.akuhlmann.de/
The third item in the menu has a different color with other poctfolio items. How can I change this?
Hello,
I do not see that anymore, even on portfolio items, did you solve the problem?
If you see it, send me a link to the page where it appears.
thanks
In this portfolio, "Details" is black in the menu.
In this portfolio, "Details" is grayed out in the menu.
But, that menu item is directing to that portfolio item, it means it will be highlighted (grayed out), and this is correct behave.
If you want to disable it completely, please go to the Theme Options -> Colors -> Menu, change the Active Link color to the same as Link color
I like the gray and want it to be active on all portfolio items.
However, only the one portfolio item "Bathroom, Sauna & Spa" is displayed in gray.
It is not possible using the theme options, but it can be done with the CSS code.
body.single-portfolio #menu-menu li:nth-child(3) a{color:#5b5b5b !important;}
Please be sure, that your menu item will be in this same menu position as now
Thanks
Now "Details" is always gray and not only when one of the portfolios is active. For example, when I am in "Contact", I don't want "Details" to be grayed out.
I'm sorry, I didn't copy whole CSS by accident.
I replaced the old code in the previous reply with the good one.
Best Regards
Now everything works great. Thank you.
Comments
Hello,
I do not see that anymore, even on portfolio items, did you solve the problem?
If you see it, send me a link to the page where it appears.
thanks
In this portfolio, "Details" is black in the menu.
In this portfolio, "Details" is grayed out in the menu.
But, that menu item is directing to that portfolio item, it means it will be highlighted (grayed out), and this is correct behave.
If you want to disable it completely, please go to the Theme Options -> Colors -> Menu, change the Active Link color to the same as Link color
thanks
I like the gray and want it to be active on all portfolio items.
However, only the one portfolio item "Bathroom, Sauna & Spa" is displayed in gray.
It is not possible using the theme options, but it can be done with the CSS code.
Please be sure, that your menu item will be in this same menu position as now
Thanks
Now "Details" is always gray and not only when one of the portfolios is active. For example, when I am in "Contact", I don't want "Details" to be grayed out.
I'm sorry, I didn't copy whole CSS by accident.
I replaced the old code in the previous reply with the good one.
Best Regards
Now everything works great. Thank you.