Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Customizing Settings Button Behavior › Reply To: Customizing Settings Button Behavior
November 21, 2023 at 12:41 pm
#46113
Keymaster
Great!
Yes, sort of a hacky way, but I think using a custom CSS to force visibility is the simplest way:
.asp_ss {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
}