How can I add my own HTML/CSS nav bar? [SOLVED]
Permalink
Alright, so I made a navigation bar using HTML and CSS in Notepad++, and now I want to put it on my website... I tried adding an HTML element and placing it there, then adding the CSS in the Styles.CSS folder using the Theme Editor, but that didn't work. I also tried putting in the CSS in the Design area for the HTML block, but nothing happened.
How exactly can I add it to the website, since neither of those worked? I've made other things using the first method, but for some reason it won't work now...
Do I need to add the CSS to another file other than Styles.css, or is there another way else entirely?
Thanks.
How exactly can I add it to the website, since neither of those worked? I've made other things using the first method, but for some reason it won't work now...
Do I need to add the CSS to another file other than Styles.css, or is there another way else entirely?
Thanks.
All figured out! All I had to do was put the CSS in the css/ie.css file and not the styles.css one.
What you are looking for is called a custom template. A custom template is an alternate view for an existing block - in your case the autonav block.
With custom templates you can utilize the built in functionality of the block but add your own touch to it.
For more information about custom templates, please see the links below:
http://www.concrete5.org/documentation/how-tos/designers/change-how...
http://www.concrete5.org/documentation/how-tos/designers/customize-...
http://www.concrete5.org/documentation/introduction/block-architect...
With custom templates you can utilize the built in functionality of the block but add your own touch to it.
For more information about custom templates, please see the links below:
http://www.concrete5.org/documentation/how-tos/designers/change-how...
http://www.concrete5.org/documentation/how-tos/designers/customize-...
http://www.concrete5.org/documentation/introduction/block-architect...