Editing Search Field

Divvens

Well-known member
I'm having problems editing the search field, a while area just stays there around the search text input area whatever I do and the buttons are a bit messed up, screenshot below.
searchproblems.webpsearchproblems2.webp
 
Try this for the white border:

Admin CP -> Appearance -> Templates -> EXTRA.css

Code:
.formPopup
{
	background-color: transparent !important;
}

The "more" button isn't immediately apparent what the cause is. Try reverting relevant templates and CSS changes to determine where that went wrong.
 
Try this for the white border:

Admin CP -> Appearance -> Templates -> EXTRA.css

Code:
.formPopup
{
background-color: transparent !important;
}

The "more" button isn't immediately apparent what the cause is. Try reverting relevant templates and CSS changes to determine where that went wrong.
Thanks Jake, the bg color: transparent did the trick, I'll try to find out what's causing the more button to act up! :)
 
Top Bottom