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 . | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 .

20th May 2019, 10:12 AM
Hamid Mohammadi
Hamid Mohammadi - avatar
2 Answers
+ 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
20th May 2019, 10:19 AM
Prokopios Poulimenos
Prokopios Poulimenos - avatar
+ 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
20th May 2019, 10:27 AM
Dimitris K
Dimitris K - avatar