I have an issue that I hope shouldn’t be too difficult to solve.
I am using the Pipeline theme with the “meganav” function to help people find quickly what they need from the navbar. However I think it feels pretty heavy on desktop (see printscreen below) and I’d like to remove “capitalize” on the sub-menu items (but not on the ‘upper’ levels).
Could any of you assist me with that? I assume I need to change something in my CSS file.
If you do not want to append to the end of the css file then you can look for the text-transform property on the .navtext and .sliderow__title selectors in the file. It is possible these are added by a plugin in which case you will not find these selectors in the theme.css and proceed to append the above code at the end of your theme.css
Hi both of you and thank you for the very quick response!
Unfortunately that is not exactly what I was looking for… I’m very happy with having the “grandfather” and “father” elements capitalized, I just want the child element with no transformation.