Difference between revisions of "bluemasters search block form backgroup color change"

From thelinuxwiki
Jump to: navigation, search
Line 3: Line 3:
  
 
change background-color parameter to your desired color.  I did ffffff for while.
 
change background-color parameter to your desired color.  I did ffffff for while.
<p>
+
<p>style.css:#search-block-form { width:200px; -moz-border-radius: 8px; border-radius: 8px; '''background-color: #101011;''' border-color: #292D30;
style.css:#search-block-form { width:200px; -moz-border-radius: 8px; border-radius: 8px; '''background-color: #101011;''' border-color: #292D30;
+
 
</p>
 
</p>
  
 
[[category:drupal]]
 
[[category:drupal]]

Revision as of 21:42, 14 December 2013

change css file

sites/all/themes/bluemasters/css/style.css

change background-color parameter to your desired color. I did ffffff for while.

style.css:#search-block-form { width:200px; -moz-border-radius: 8px; border-radius: 8px; background-color: #101011; border-color: #292D30;