• Resolved gddik

    (@gddik)


    Hi:

    I may be being dense (nothing new there…) but:

    I’m using the Twenty Fourteen theme – I really like the simplicity of its appearance) – but I want to change the colour of the Header, Footer and Sidebar from the standard black (#000).

    I’ve changed the Header and Footer OK by editing the style.css file, but I’m darned if I can find the appropriate entry or entries for the sidebar(s). Could someone please point me in th right direction? You’ll have my undying thanks and respect.

    TIA

    Graham Kidd

    https://www.huwjones.org/newsite

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

    (@alchymyth)

    this is where the sidebar color is set in style.css of the theme:

    .site:before {
    		background-color: #000;
    		content: "";
    		display: block;
    		height: 100%;
    		min-height: 100%;
    		position: absolute;
    		top: 0;
    		left: 0;
    		width: 182px;
    		z-index: 2;
    	}
    Thread Starter gddik

    (@gddik)

    Perfect – thank you, Michael!

    Best wishes

    Graham

    Thread Starter gddik

    (@gddik)

    Problem resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Colour change in Twenty Fourteen theme’ is closed to new replies.