- 3
Hello,
I am very new to nopCommerce. The project I am working on is using the 7Spikes Native Theme. One of the plug-ins we have written has a header bar. It is a solid color hard coded. I would like that header bar to pick up the color selected in the Native Theme under Nop-Templates -> Themes -> Native -> Settings -> Preset.
How can I get my code to use that selected color?
I am very new to nopCommerce. The project I am working on is using the 7Spikes Native Theme. One of the plug-ins we have written has a header bar. It is a solid color hard coded. I would like that header bar to pick up the color selected in the Native Theme under Nop-Templates -> Themes -> Native -> Settings -> Preset.
How can I get my code to use that selected color?
<div style="width:100%;height:30px;background-color:#f17e06"></div>