Hi @permaea,
Thanks for the compliment.
The pink color was a try ??
Happy that i can help you (and maybe others) with this snippet.
The underlined effect can you find on this website https://codepen.io/
If you want this effect, paste it in your Child themes styles.css:
/*PRIMARY MENU UNDERLINE EFFECT*/
#main-nav li a:hover {
color: #ffffff !important;
}
#primary-menu a:before, a:after {
content: '';
position: absolute;
width: 0%;
height: 2px;
bottom: -2px;
background: #f0077b;
}
#primary-menu a:before {
left: 0;
}
#primary-menu a:after {
right: 0;
background: #f0077b;
transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#primary-menu a:hover:before {
background: #fff;
width: 100%;
transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#primary-menu a:hover:after {
background: transparent;
width: 100%;
transition: 0s;
}
/*.PRIMARY MENU UNDERLINE EFFECT*/
(If you want change the pink color, change this: #f0077b)
I have my own small webdesign business and the last months i found no inspiration for building my own website, but then finding this awesome Meteorite theme and gives me inspiration for start over a new website ??
The last years working with several page-builders (Divi, Visual Composer,…), and for my personal experiences is SiteOrigins pagebuilder the best choice. Why i think that: it has not al the bells and wistles, but for the most websites it is more then enough! And very important it is a robust, lightweigt, and stable builder.