Grabbing a header file


Author Message
Bob Sprague

Posted: 3/30/2018
Quote message 

Quote Bob Sprague:

I am working on a redesign using Artisteer 4 at this test site, http://arlingtonmanews.com/

I would like to grab the header in that file and alter it. I want to create two 250px-wide windows on either side of the site logo, which will contain new modules positions.

Please confirm that the following code tells me where the header file is:

.art-header
{
-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
margin: 0 auto;
background-repeat: no-repeat;
height: 150px;
background-image: url('../images/header.jpg');
background-position: center top;
position: relative;
min-width: 690px;
max-width: 1600px;
width: 93%;
z-index: auto !important;
}

If that is the location, how can I extract the file, so that I can work with it in PhotoShop?


Checking back after 3 weeks. Can anyone respond to this query? Thank very much.

Bob Sprague

 
Bob Sprague

Posted: 3/30/2018
Quote message 

Never mind: I found it. Thanks anyway.