Custom navigation
Permalink
hi I want to edit the navigation so I can use a custom set of styling for it. I am using the elemental theme and I have searched through the themes structure to find the global navigation styling but I can not appear to find the correct file or section of styling associated with it.
I recommend using Chrome Developer Tools or Firefox Developer Tools to hunt down the CSS. You find the element you want to change, then see what styles apply to it. Once you find the styles, search the CSS folder for the files that contain those styles. To do this you will need a basic text editor that can search within files - a good free option is Notepad++. Also, the CSS for the Elemental theme is written in Less, so you might bump into some things that require you to reference the Less documentation.
https://developer.chrome.com/devtools...
https://developer.mozilla.org/en-US/docs/Tools...
https://github.com/concrete5/concrete5-5.7.0/tree/develop/web/concre...
http://notepad-plus-plus.org/
http://lesscss.org/