Osclass Support Forums

Osclass theme support => Zara Osclass Responsive Theme => Topic started by: Satbeer Singh on August 08, 2019, 10:42:50 AM

Title: Changing the css of mobile site
Post by: Satbeer Singh on August 08, 2019, 10:42:50 AM
Sir i just want that the sellers info & listing location of the product in the mobile theme is to drop down by the user but i want it to let it open so that it can be easily read by the users.
So sir how can we do it.
Title: Re: Changing the css of mobile site
Post by: MB Themes on August 08, 2019, 12:15:36 PM
@Satbeer Singh
Easiest way is to add click event on these to after page is loaded via jquery, so it opens.
Title: Re: Changing the css of mobile site
Post by: Satbeer Singh on August 08, 2019, 12:22:21 PM
@MB Themes
Sir i just want when the user come on the page both the parts(seller's info & Listing location) to be display as block.
So sir how can change it.
Thanks for your rply.
Title: Re: Changing the css of mobile site
Post by: Satbeer Singh on August 08, 2019, 06:09:58 PM
@MB Themes
Sir why are you not replying on this topic.
Title: Re: Changing the css of mobile site
Post by: Satbeer Singh on August 11, 2019, 09:49:02 AM
Where to put the code in responsive.css to display seller info and listing location to display as block in mobile.
 i want only the seller info and listing location part to show as block or be opened before not the drop down in the site so how can i do that.
Title: Re: Changing the css of mobile site
Post by: MB Themes on August 12, 2019, 09:09:05 AM
@Satbeer
Your spam does not make sense.
Code: [Select]
@media screen and (max-width: 767px) {
  #side-right #seller > h2 {display:none!important;}
  #side-right #seller .body {display:block!important;}
}

That's the way, rest is on you.
Title: Re: Changing the css of mobile site
Post by: Satbeer Singh on August 12, 2019, 10:08:27 AM
Sir i am not spamming you were not replying so i posted my query to let you know the details of the modification i want to do.
But Sir i have pasted the code and still it is as it is and also i have clear cache and cookies of the browser to test it.
Title: Re: Changing the css of mobile site
Post by: MB Themes on August 12, 2019, 11:53:46 AM
Updated previous code. If you have no clue about css, do not do modifications, it does not make sense.
Title: Re: Changing the css of mobile site
Post by: Satbeer Singh on August 12, 2019, 02:13:34 PM
Thank you sir for the code also tell the code about listing location to display as block.
Title: Re: Changing the css of mobile site
Post by: Satbeer Singh on August 15, 2019, 09:17:22 PM
Sir its been 3 days u havent replied.
Title: Re: Changing the css of mobile site
Post by: MB Themes on August 16, 2019, 09:20:21 AM
That's the way, rest is on you.

Hope that changing one word in code is not problem for you  ::)
Title: Re: Changing the css of mobile site
Post by: Satbeer Singh on August 17, 2019, 06:59:00 AM
Thank you sir it worked..😊😊