Title: Testimonials mobile
Last modified: August 21, 2016

---

# Testimonials mobile

 *  Resolved [KatjaAVB](https://wordpress.org/support/users/katjaavb/)
 * (@katjaavb)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/testimonials-mobile/)
 * Hi!
 * I want to hide the testimonials from the page so i used css and .testimonial_mn,.
   recent_blog{display:none}.
 * But the testimonials are still visible when i vistit my site on mobile.
 * Any ideas on how to fix this?
 * Kind regards,
    Katja

Viewing 14 replies - 1 through 14 (of 14 total)

 *  [Infigo Software](https://wordpress.org/support/users/vibhorp/)
 * (@vibhorp)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809661)
 * Hi,
 * Can you pls share the URL.
 *  Thread Starter [KatjaAVB](https://wordpress.org/support/users/katjaavb/)
 * (@katjaavb)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809663)
 * Here is the link: [http://borg.avant.si/~oknatims/](http://borg.avant.si/~oknatims/)
 * Also the logo and the header image are stretched out/in on the phone instead 
   of being resized. Has anybody had the same issue?
 *  [fonziskrat](https://wordpress.org/support/users/fonziskrat/)
 * (@fonziskrat)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809719)
 * Same problem here – testimonials are shown on tablets and mobiles…
 *  [Hari Maliya](https://wordpress.org/support/users/harimaliya/)
 * (@harimaliya)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809725)
 * Hi [@katjaavb](https://wordpress.org/support/users/katjaavb/)
    Thanks for using
   our theme.
 * For logo image to we provide setting option in theme option panel.
 * You can set your logo height and width with your specific size.
 * Upload your logo image using option panel.
 * Thanks
    -Hari Maliya
 *  [Hari Maliya](https://wordpress.org/support/users/harimaliya/)
 * (@harimaliya)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809726)
 * Hi [@fonziskrat](https://wordpress.org/support/users/fonziskrat/)
 * Can you share your site URL. We look it.
 * Thanks
 *  [Infigo Software](https://wordpress.org/support/users/vibhorp/)
 * (@vibhorp)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809741)
 * [@katjaavb](https://wordpress.org/support/users/katjaavb/),
 * Try this in custom css editor.
    .testimonial_mn,.recent_blog{display:none;}
 *  [fonziskrat](https://wordpress.org/support/users/fonziskrat/)
 * (@fonziskrat)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809771)
 * [@hari](https://wordpress.org/support/users/hari/):
 * [http://www.e-frizer.si](http://www.e-frizer.si)
 *  [fonziskrat](https://wordpress.org/support/users/fonziskrat/)
 * (@fonziskrat)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809772)
 * [@hari](https://wordpress.org/support/users/hari/), [@vibhorp](https://wordpress.org/support/users/vibhorp/)
 * In my child theme css I added theese lines, but testimonials and blogs are still
   visable:
 * .testimonial_mn,.recent_blog{display:none;}
 * .testimonial_mn,.services_mid_mn,.recent_blog {display:none}
 * The page works just fine on computers, but looks like on android tablets and 
   phones something else is wrong.
 *  [Infigo Software](https://wordpress.org/support/users/vibhorp/)
 * (@vibhorp)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809774)
 * [@fonziskrat](https://wordpress.org/support/users/fonziskrat/) ,
 * Try this CSS rules in the same **Custom CSS Box** editor and **Save the Settings**.
 *     ```
       @media (max-width: 767px) {
       .testimonial_mn{display:none;}
       }
       ```
   
 * Thanks
 *  [fonziskrat](https://wordpress.org/support/users/fonziskrat/)
 * (@fonziskrat)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809775)
 * Now the testimonials are gone, but recent blog is still there 🙂
 * Anyway, I got stuck fruther more – I can’t fint how to change “Search” label 
   in top right search widget. Usually I simply just change it in searchform.php
   or something, but now it does not work. It works in 404 or in widget areas, but
   not in top right position.
 * Also, why is a blue icon, labeled “Kontakt” under home page service icons not
   in the center of the page?
 * Thank you for your help and for wonderful theme.
 *  [fonziskrat](https://wordpress.org/support/users/fonziskrat/)
 * (@fonziskrat)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809776)
 * For your information, here’s what I added in child style.css:
 * .blog_link { display: none; }
 * [@media](https://wordpress.org/support/users/media/) (max-width: 767px) {
    .testimonial_mn{
   display:none;} }
 * .testimonial_mn,.recent_blog{display:none;}
 * Need to say that I only change child file, I don’t touch custom css options in
   theme options…
 *  [Infigo Software](https://wordpress.org/support/users/vibhorp/)
 * (@vibhorp)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809778)
 * You want to change the Label right ?
 * Go to _banner-header.php_
 * Find the `<?php _e( 'Search', 'busi_prof' ); ?>` here you can change the search
   label.
 * Thanks
 *  [Infigo Software](https://wordpress.org/support/users/vibhorp/)
 * (@vibhorp)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809779)
 * You want to change the Label right ?
 * Go to _banner-header.php_
 * Find the `<?php _e( 'Search', 'busi_prof' ); ?>` here you can change the search
   label.
 * Thanks
 *  [fonziskrat](https://wordpress.org/support/users/fonziskrat/)
 * (@fonziskrat)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809780)
 * Oh my.. It works now. I wonder why I could not find it before…
 * thx from Slovenia.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Testimonials mobile’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/busiprof/2.5.3/screenshot.png)
 * Busiprof
 * [Support Threads](https://wordpress.org/support/theme/busiprof/)
 * [Active Topics](https://wordpress.org/support/theme/busiprof/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/busiprof/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/busiprof/reviews/)

 * 14 replies
 * 4 participants
 * Last reply from: [fonziskrat](https://wordpress.org/support/users/fonziskrat/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/testimonials-mobile/#post-4809780)
 * Status: resolved