*

krallen

  • **
  • 17 posts
i dont want Condition and Transaction Custom fields in Gamma theme

i  dont use this
Condition
All
New
Used

Transaction

All
Sell
Buy
Rent
Exchange

how can i delete ?

*

MB Themes

Re: i dont want Condition and Transaction Custom fields in Gamma theme
« Reply #1 on: April 18, 2021, 06:12:16 AM »
Easiest way to hide what you do not like is via CSS.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

krallen

  • **
  • 17 posts
Re: i dont want Condition and Transaction Custom fields in Gamma theme
« Reply #2 on: April 18, 2021, 12:50:28 PM »
There are 2 Custom fields that come with the gamma theme

these : Condition (All , New , Used) and Transaction (All , Sell, Buy , Rent , Exchange)

How can we turn them off?

Because this these options appear on the search page



*

MB Themes

Re: i dont want Condition and Transaction Custom fields in Gamma theme
« Reply #3 on: April 19, 2021, 03:54:02 PM »
@krallen
I am not sure, but your message looks like duplicate of previous one.
You have options in theme to disable this fields or you can do it via CSS.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

krallen

  • **
  • 17 posts
Re: i dont want Condition and Transaction Custom fields in Gamma theme
« Reply #4 on: April 20, 2021, 07:01:35 PM »
you can not solve my problem.

try to understand my question

you write "You have options in theme to disable this fields " but

i made disable options (EDIT CATEGORY -- "Enable / Disable the price field" )
BUT
TRY

https://gamma.mb-themes.com/search (search page)

and

https://gamma.mb-themes.com/bayern-r781250 (city search page)
------------------
show and teach me

how i can do it via CSS.



*

MB Themes

Re: i dont want Condition and Transaction Custom fields in Gamma theme
« Reply #5 on: April 20, 2021, 07:13:42 PM »
@krallen
1) Why, if you were referenced to go to theme settings, you go to settings > category?
2) What has common Enable/Disable price field with transaction and condition fields?

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: i dont want Condition and Transaction Custom fields in Gamma theme
« Reply #6 on: April 20, 2021, 07:15:21 PM »
show and teach me
how i can do it via CSS.

Code: [Select]
.filter .wrap .box.price-box + .box, .filter .wrap .box.price-box + .box + .box {display:none;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

krallen

  • **
  • 17 posts
Re: i dont want Condition and Transaction Custom fields in Gamma theme
« Reply #7 on: April 20, 2021, 09:24:34 PM »
i like osclass.

my aim is for osclass and gamma thema to be perfect.

that's why I asked

if only

"Condition and Transaction" can be edited from the admin custom field page


*

MB Themes

Re: i dont want Condition and Transaction Custom fields in Gamma theme
« Reply #8 on: April 21, 2021, 07:59:32 AM »
@krallen
Those are not custom fields and should not be there at all.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

atba

  • ****
  • 190 posts
Re: i dont want Condition and Transaction Custom fields in Gamma theme
« Reply #9 on: April 23, 2021, 03:15:34 PM »
The easiest way for you to set the data div - display:none;. Why? Yes, because if in the future there is a need to return them to their place, it is enough to remove the property, and not look for a part of the deleted code in a clean topic. And at all... My advice to you! Learn CSS. Without this knowledge, you are unlikely to succeed