Quantcast
Channel: Catch Themes » All Posts
Viewing all articles
Browse latest Browse all 4332

Reply To: Custom CSS

$
0
0

Sakin, I was missing a } in a custom css above the mod I was entering so it was negating my addition.

this works now

/* change header search box bg */

#branding #s {
background-color: #FFFFAA;
}

/* change search box bg when selected */
#branding #s:focus {
background-color: #F4FFFB;
}


Viewing all articles
Browse latest Browse all 4332

Trending Articles