We need to put a new logo on our site as our header, but I can't get the new image to appear! A company created a custom CSS Sheet, so it isn't like most of the coding on help pages. If I replace the link with the new picture link, they only leave a blank space. Below is how the page is coded. Can anyone help? If you go to www.roemerind.com, I want to change the logo and coloring at the top.
/*
Theme Name: Roemer Industries
Author: Page One Web Solutions
*/
@amkane01 I'm actually not seeing the part that's controlling that image anywhere in this stylesheet. I inspected the page real quick, and the part I think you're wanting to change (the logo and the text that says "We Make It Right, We Make It On Time") is a background image of #header, and the image file is called masthd.png. I don't see that file name anywhere in the stylesheet you showed.
There must be another .css file that is controlling this. (Unless I'm too late, and you already figured it out, and the file I'm seeing is the one you just changed it to. In that case...nevermind)
We need to put a new logo on our site as our header, but I can't get the new image to appear! A company created a custom CSS Sheet, so it isn't like most of the coding on help pages. If I replace the link with the new picture link, they only leave a blank space. Below is how the page is coded. Can anyone help? If you go to www.roemerind.com, I want to change the logo and coloring at the top.
/* Theme Name: Roemer Industries Author: Page One Web Solutions */
@amkane01 I'm actually not seeing the part that's controlling that image anywhere in this stylesheet. I inspected the page real quick, and the part I think you're wanting to change (the logo and the text that says "We Make It Right, We Make It On Time") is a background image of #header, and the image file is called masthd.png. I don't see that file name anywhere in the stylesheet you showed.
There must be another .css file that is controlling this. (Unless I'm too late, and you already figured it out, and the file I'm seeing is the one you just changed it to. In that case...nevermind)