Osclass Support Forums

Osclass theme support => Veronika Osclass Responsive Theme => Topic started by: Ghany on July 22, 2017, 11:24:13 AM

Title: how to show only city on search
Post by: Ghany on July 22, 2017, 11:24:13 AM
site belongs to only one country, i want to hide the country and region suggestions in search bar or in posting page, how i can remove are hide ?

find the image http://prntscr.com/fyu5c0
Title: Re: how to show only city on search
Post by: masterclass on July 27, 2017, 05:10:18 PM
Bump. Also want to know.
Title: Re: how to show only city on search
Post by: CaptainHanSnow on July 28, 2017, 10:00:57 AM
I know the CSS, but the issue is the OSCLASS nor the THEME does not provide us a Custom CSS area.

Code: [Select]
.shower-wrap .country,
.shower-wrap .region {
display: none !important;
}

 ;D
Title: Re: how to show only city on search
Post by: Ghany on July 28, 2017, 03:20:48 PM
@CaptainHanSnow
Thank you so much sir..
Title: Re: how to show only city on search
Post by: stals443 on August 22, 2017, 10:01:02 AM
Where do you put the code?
Title: Re: how to show only city on search
Post by: MB Themes on August 22, 2017, 11:52:38 AM
@stals443
oc-content/themes/veronika/css/style.css
Title: Re: how to show only city on search
Post by: Darwazo on October 23, 2017, 12:35:41 AM
Where to place code in styles.....

.shower-wrap .country,
.shower-wrap .region {
   display: none !important;
}

Thanks
Title: Re: how to show only city on search
Post by: MB Themes on October 23, 2017, 10:00:41 AM
@Darwazo
At start.
Title: Re: how to show only city on search
Post by: Javiersl70 on August 20, 2019, 12:45:41 AM
@Darwazo
At start.

In the current version of the Veronica theme, this solution no longer works, how should it be done?
Title: Re: how to show only city on search
Post by: MB Themes on August 20, 2019, 08:47:05 AM
@Javiersl70
Version is irrelevant.