Cannot find image file on WP

Pauli66

Regular Member
Joined
May 4, 2012
Messages
322
Reaction score
89
Hi I am using the Avenue Themeforest theme. I want to change a default image to a different color(Green), but not sure how to find it , searched the main css and found nothing. Is there a way that I can find the image name, so I can then find the image in my hosting and change it? I have attached the image I want to change it is just a thin light grey line below the main category menu


thanks

line.jpg
 
That thin light grey line is part of the menu background image.

Code:
#wrapper-navigation {
  background-image:url(http://wp-avenue.themesector.com/wp-content/themes/Avenue/images/navigation-bg.jpg);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  height:50px;
}

Hope that helps.
 
In the future, you should download and try something called firebug for firefox or Internet developer tools for IE>

Allows you to point and click on top of web elements to find out how they are styled.

Very useful tool.
 
Back
Top