Jump to content

Custom Fields Disappear


farhana

Recommended Posts

On this page, custom fields disappear and when i inspect its elements under #jd-tab4 in chrome and change it to display:block then these fields appears but i do not know where and what code should be inserted.

post-175311-0-89019900-1460691121_thumb.jpg

Edited by farhana
  • Like 1
Link to comment
Share on other sites

JavaScript is used to hide these elements, so you would either have to find the js code which hides these elements and comment out this code or use higher css precedence to override js inline css styling such as

#jd-item-box-tabs-body > div#jd-tab4 {display: block !important;}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...