0
Hey . I have a template of website . I want to change the color of menu bar top of the page . I cant find the codes in sourse .
I bought that template .
2 Réponses
+ 1
Using google chrome you can right click on the menu bar and click on inspect element.
You will find the corresponding div.
If you know the name of the div make a search in .css files
+ 1
As Prokopios said, try to find the id =“something” or class = “something” right after the word div or nav, after inspecting the element. Then go to the css file of the site, and try to find .something{
} or, #something {
}. the code inside those braces set the background color