Title: Theme fBiz : Responsive setting?
Last modified: August 24, 2016

---

# Theme fBiz : Responsive setting?

 *  Resolved [yirihi](https://wordpress.org/support/users/yirihi/)
 * (@yirihi)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-setting/)
 * I am using fBIZ theme, and I want to figure out how can I set the site as responsive?
   I created the site and check with my mobile, but its shows Desktop version. Please
   tell me where should I change on the theme setting?

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

 *  Theme Author [tishonator](https://wordpress.org/support/users/tishonator/)
 * (@tishonator)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-setting/#post-6021010)
 * Hi yirihi,
 * First, Thank you very much for choosing a theme from us 🙂
 * Could you please try the following steps:
 * 1) open fbiz/header.php file
 * 2) add the following code, before the </header> tag
 * `<meta name="viewport" content="width=device-width" />`
 * 3) Save and upload file
 * I hope the above helps 🙂
 * _[ [Signature moderated](http://codex.wordpress.org/Forum_Welcome#Signatures)]_
 *  Thread Starter [yirihi](https://wordpress.org/support/users/yirihi/)
 * (@yirihi)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-setting/#post-6021078)
 * It worked !
 * Thank you so much!!
 *  [Kaiserteam](https://wordpress.org/support/users/kaiserteam/)
 * (@kaiserteam)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-setting/#post-6021206)
 * I’m having the same problem, the theme is not responsive. How do I edit the fbiz/
   header.php file?
 *  [Kaiserteam](https://wordpress.org/support/users/kaiserteam/)
 * (@kaiserteam)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-setting/#post-6021207)
 * The site is [http://www.Fallbrookcountryhomes.com](http://www.Fallbrookcountryhomes.com)
 *  [Kaiserteam](https://wordpress.org/support/users/kaiserteam/)
 * (@kaiserteam)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-setting/#post-6021208)
 * I used an FTP program to make the change and now the site looks right on a smartphone.
   However, it still FAILS Google’s mobile test and looks like a desktop screen 
   on their test results. Any help?
 *  Theme Author [tishonator](https://wordpress.org/support/users/tishonator/)
 * (@tishonator)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/responsive-setting/#post-6021216)
 * Hi Kaiserteam,
 * I’ve just checked your website with the google mobile-friently test tool: [https://www.google.com/webmasters/tools/mobile-friendly/](https://www.google.com/webmasters/tools/mobile-friendly/)
 * and it passed the tests (result: Awesome! This page is mobile-friendly.)
 * So, it seems the issue is already fixed. Please do not hesitate to contact us
   if you have any further questions 🙂
 * Thanks,
    Tihomir Tishonator Team
 *  [Kaiserteam](https://wordpress.org/support/users/kaiserteam/)
 * (@kaiserteam)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/responsive-setting/#post-6021222)
 * That’s because I paid someone to fix it, but I have no idea what they did.
 *  [Kaiserteam](https://wordpress.org/support/users/kaiserteam/)
 * (@kaiserteam)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/responsive-setting/#post-6021223)
 * Where can I change the color of the links and menu selections? Thanks!
 *  [Kaiserteam](https://wordpress.org/support/users/kaiserteam/)
 * (@kaiserteam)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/responsive-setting/#post-6021224)
 * One more question… the slider bar has arrows on both sides even when I have only
   one picture. Can they be removed?
 *  Theme Author [tishonator](https://wordpress.org/support/users/tishonator/)
 * (@tishonator)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/responsive-setting/#post-6021227)
 * Hi Kaiserteam,
 * > Where can I change the color of the links and menu selections? Thanks!
 * in fbiz/style.css
 * for links, update color values in
 *     ```
       a {
       	text-decoration:none;
       	outline:none;
       	color:#EF4A43;
       }
   
       a:hover {
       	color:#F35C4C;
       }
       ```
   
 * for menu selections:
 * look for #navmain occurences and update color values, i.e.
 *     ```
       #navmain ul li:hover > a,
       #navmain > div > ul > .current-menu-item > a,
       #navmain > div > ul > .current-menu-ancestor > a {
       	background-color:#F35C4C;
       	color:#FFFFFF;
       	border-bottom:2px solid #FFFFFF;
       	padding-bottom: 15px;
       }
       ```
   
 * > the slider bar has arrows on both sides even when I have only one picture. 
   Can they be removed?
 * You can try to hide them with css style, i.e. add the following code in style.
   css
 *     ```
       #unslider-arrow-prev, #unslider-arrow-next {
           display: none !important;
       }
       ```
   
 * I hope the above helps 🙂
 * _[ [Signature moderated](http://codex.wordpress.org/Forum_Welcome#Signatures)]_
 *  [Kaiserteam](https://wordpress.org/support/users/kaiserteam/)
 * (@kaiserteam)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/responsive-setting/#post-6021233)
 * Thanks, I’ll work on that!
 *  [keerthi](https://wordpress.org/support/users/keerthiraajanr/)
 * (@keerthiraajanr)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/responsive-setting/#post-6021264)
 * Hi tishonator,
    I’m using Fbiz theme for my health blog. Thanks for a wonderful
   theme. I have a problem with the responsive settings. All the menus and the sub-
   menus are displayed when i press the main menu in the mobile version. How to 
   hide the sub-menus? Can you help me please?
 * Thanks

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

The topic ‘Theme fBiz : Responsive setting?’ is closed to new replies.

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

 * 12 replies
 * 4 participants
 * Last reply from: [keerthi](https://wordpress.org/support/users/keerthiraajanr/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/responsive-setting/#post-6021264)
 * Status: resolved