• Resolved RS Archery

    (@rs-archery)


    Hi, I’m very new to wordpress.
    We had our web site http://www.rsarchery.co.uk built by a web designer.
    I’d like to learn more and change various little bits, namely the background colour (currently pale yellow) in the nav header section.
    Under the css files there seems to be 26 css files but as far as I can see none contain the background colour of #faf7c0 (found via screendrop and colour picker in photoshop)
    Many thanks for any help or advice

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    seems to be a background image, used in:

    /css/style.css

    #header-wrapper {
    	width: 100%;
    	height: 109px;
    	background: url(../images/bg-header.jpg) #111;
    }

    image is located in the /images/ sub folder of the theme

    Thread Starter RS Archery

    (@rs-archery)

    Thank you very much Alchymyth I would have never found that.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Superb Theme – changing header colour’ is closed to new replies.