Close

Backup custom CSS from LOCALHOST?

drazajak
3 years ago
#21461 Quote
Avatar
  • 5
Hello,

i made a mistake during seting a multistore setup of color and background, and rewrite custom CSS style to "empty". On localhost is running with this custom CSS styles, but in admin text-area is nothing in custom styles.

Where is store (file or db?) of css custom data in Venture Theme?

Thank you for help.

Jakub
drazajak
3 years ago
#21463 Quote
Avatar
  • 5
I´m solving, how to restore custom CSS from localhost, where is running on custom CSS, instead rewrited data in DB (but in localhost setting is in admin text-area loaded new rewrited data from DB).
drazajak
3 years ago
#21464 Quote
Avatar
  • 5
Problem solved:

THEME DB STORE:
Table: "GenericAttribute", KeyGroup: "NopTemplatesThemeConfiguration", Key: "CustomHeadStyles-SevenSpikes.Theme.Venture"

LOCALHOST STORE:
\Presentation\Nop.Web\Themes\Venture\Content\css\theme.custom-1.css

Jakub ;-)