Marty Helmick
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Material Gaze] Menu current link colorIm going to mark this resolved. Let me know if you have any other issues
Forum: Themes and Templates
In reply to: [Material Gaze] Menu current link colorHi Albert,
Sorry for the late response! So, the background of your top menu is white? You should be able to change the link color with the following css in a stylesheet or preferably a custom css plugin:
#menu-primary li.current-menu-item>a, #menu-primary li a:hover, #menu-primary li a:focus { color: #444; }The first line there will take care of the current menu item.
Let me know if you still have an issue.Thanks,
MartyForum: Themes and Templates
In reply to: [Material Gaze] Menu in the HeaderMarking this resolved. Let me know if you have any more questions.
Forum: Themes and Templates
In reply to: [Material Gaze] Menu in the HeaderSorry for the late reply.
@app1egenius93 is correct. The search field is integrated into the primary navigation.
The theme has two menu locations, primary and secondary.
Forum: Themes and Templates
In reply to: [Material Gaze] Error in CustomiserThis has been fixed.
Forum: Themes and Templates
In reply to: [Material Gaze] Error in CustomiserThanks @liamgreen and sorry about that.
I submitted the fixed version a couple weeks ago. Not sure why it hasn’t been published yet.Basically, I overlooked an unused filter call in the functions.php file.
Until the version 1.0.2 gets published you can simply remove this line from the functions.php to get rid of that error.
add_filter( 'hybrid_default_backgrounds', 'material_gaze_default_backgrounds' );