Tagged: menu font color
Is there a way that we can make the text that shows users where they are on the site a black and or change their size?
Hey jdthedj!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.title_container .breadcrumb { font-size: 15px; color: red!important; }
Cheers!
Yigit
I see where it changed on the right but not on the left side
Also whats the code to adjust the menu font size
Hi!
Please add following code to Quick CSS as well to increase main menu font size
.main_menu ul:first-child > li > a { font-size: 16px; }
and for breadcrumb non-active elements
.alternate_color .breadcrumb a { color: red; }
Regards,
Yigit
i also need to be able to change the color and sizeof the page title
Hi!
Please add following code as well
.title_container .main-title { font-size: 18px; }
.title_container .main-title a { color: red; }
Best regards,
Yigit
How do I change the menu font color?