We have been modifying the breadcrumb area so that it doesn't show the breadcrumb but that we do have a black background on which the logo and the menu is presented. On the categorys pages of the projects I have been using the extra CSS codes that I found on this forum:
Now on the projects page I have been able to do the same, except for the background of the breadcrumb area. Can you provide me with the code for that also please?
It is as we want it on the link provided but not on the page of the individual projects.
I am sorry, but I am a bit confused. I am not understanding the questions clear, I'll try to answer them, but please let me know again what you're trying to achieve.
The Custom CSS to change the menu items color is like the one below
ul.menu.m-header-default-menu li.menu-item > a {
color: #fff !important;
}
Do you intend on using a sticky header? So the font color changes?
We have been modifying the breadcrumb area so that it doesn't show the breadcrumb but that we do have a black background on which the logo and the menu is presented. On the categorys pages of the projects I have been using the extra CSS codes that I found on this forum:
.tax-portfolio_category .o-breadcrumb {
background-color: #333;
}
The removal of the breadcrumb text is modified with:
.o-breadcrumb .o-breadcrumb__page {
display: none !important;
}
The removal of the breadcrumb path is modified with
.o-breadcrumb .m-breadcrumb-nav {
display: none !important;
}
Now on the projects page I have been able to do the same, except for the background of the breadcrumb area. Can you provide me with the code for that also please?
It is as we want it on the link provided but not on the page of the individual projects.
Thank you in advance.
I have found that
.portfolio-template-default .l-primary-header {
background-color: #333;
}
will change the background to black, what css will make the menu text become white againg?
Thanks in advance.
Hi Ron,
I am sorry, but I am a bit confused. I am not understanding the questions clear, I'll try to answer them, but please let me know again what you're trying to achieve.
The Custom CSS to change the menu items color is like the one below
Do you intend on using a sticky header? So the font color changes?
Header Builder for Arkhitekton.
- https://www.youtube.com/watch?v=it4mwiu1tGw&list=PLQ6ar32WAK87_Ntwui3kmPOmIVhem19wu
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
This is exactly what I needed. Thank you for this.
Kind regards, Ron.
I am very glad to know Ron, feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.