Hello,
On my local computer I installed the Native theme and then I updated the file:
C:\Repos\nopcommerce\src\Presentation\Nop.Web\Plugins\SevenSpikes.Theme.Native\Styles\Less\preset.less
I put my class name in the backgrounds section:
.myPluginHeaderBar {
background-color: @color;
}
Thank you for your response I will give this a try.
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?
<div style="width:100%;height:30px;background-color:#f17e06"></div>