About Sridhar Katakam
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Genesis and WordPress Tutorials
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.
I’ve been adding “Menu” with just css recently (so no need to mess with the js file). For Outreach I just added the following to the style.css file:
.responsive-menu-icon::after {
content: "menu";
vertical-align: text-bottom;
text-transform: uppercase;
color: #fff;
}
With a little bit of tweaking the vertical alignment (and sometime messing a little with the margin), the same css has worked great for Altitude and Minimum.
Indeed. That will work as well.
The method in this tutorial is my personal preference though.
I try to avoid messing with the js files when I can, because js is definitely not one of my strengths. 🙂
Thanks as always for the tutorials Sridhar.
How to add different words for primary and secondary menu?
Thanks!