0

I am very new to Magento and did not know much about this so pardon my mistakes. Actually, I have deployed it on the local server and it is running fine. I want to customize this like I want to change the heading logo colors. I have worked on CodeIgniter but that was simple, having HTML. How can I customize it? It will be a great help.

P.s The default theme is I think LUMA.

What I have tried: I have tried from going to the admin panel but the only option was the logo. I have tried the code but I was not able to locate the file where I can change these things.

St3phan
  • 2,907
  • 1
  • 25
  • 49
tech_geek
  • 321
  • 1
  • 7
  • 21

2 Answers2

0

What do you need to do exactly ?

For logo it's an image, so you can't just change the color, in back end you can change the logo directly in (but you already know this, I resume for new dev) :

Content > Design > Configuration

Select first line "Global" to apply modification on all stores.

Under sub menu Header (i think, I use french install) you can change logo.

Jeremie CIESLARCZYK
  • 333
  • 1
  • 2
  • 16
0

This could probably be a comment, rather than an answer, but I don't have the reputation to post a comment.

Better to Create Custom CSS file on your own How to add a custom CSS file in Magento 2

Hope this helps.

Raghav
  • 204
  • 1
  • 13