A little rectangle drop shadow is appearing around the search button. I just want this to appear flat one colours so the circle is the only button not a circle then a rectangle button. Thanks!
That image (along with the shadow) is part of the master sprite image (which you can see here). You need to replace the entire image, using custom CSS like this:
#top_search button {
background: url("link to image you want to use") no-repeat scroll top transparent; */
}
You can download the master sprite, extract the part you want using Photoshop or GIMP, and upload it to your media library. You can use the link you get there in the above CSS.
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.