vishall Active member Feb 15, 2014 #1 Hello, i almost finish my custom theme based on the default XF style but i want to set the radius to 0px above "search" as you can see in the snapshot below. Where in style properties is the setting located?
Hello, i almost finish my custom theme based on the default XF style but i want to set the radius to 0px above "search" as you can see in the snapshot below. Where in style properties is the setting located?
Steve F Well-known member Feb 15, 2014 #2 There is not a style property for it but you can use EXTRA.css Code: #QuickSearch { border-radius: 0px !important; } Upvote 0 Downvote
There is not a style property for it but you can use EXTRA.css Code: #QuickSearch { border-radius: 0px !important; }
vishall Active member Feb 15, 2014 #3 Perfect, i taught there was a setting but i just wasn't seeing it lol, but thank you it worked perfect Upvote 0 Downvote
Perfect, i taught there was a setting but i just wasn't seeing it lol, but thank you it worked perfect