Mobile Navigation and font size

Discussion in 'Blackriders WordPress Theme' started by peterv, Nov 27, 2013.

  1. peterv

    peterv New Member

    Joined:
    Oct 10, 2013
    Messages:
    20
    Likes Received:
    0
    • reply via.JPG How to increase font size ONLY for mobile version.
    • How to customize site in this them for mobile? Do you have any documentation for that? Its showing my all 45 pages in mobile Menu (main and sub pages). If clicked on mobile navigation button in mobile, its toooooo big to deal with. Can I have only some pages to show up in mobile navigation? Currently I have removed all the pages from Product submenu.
    • I have 2 phone #s added in header successfully on desktop version they are ok but in mobile version, Logo + 2 tap to call buttons takes 3/4th of screen. how to change the Tap to call buttons to reduce their width or show them side by side in mobile to save some screen space but i don't want them side by side in desktop version?
    • Kindly visit this link here close to bottom of the page. "Reply via" has 3 radio buttons Phone Fax Mail
      for but they get merged together (pic attached). Please advice how to fix them.
    • Where to add conversion tracking code in your lead capture form OR how to auto redirect to different page, once lead is captured.
    Thanks for your help in advance.
    Peter
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.
     
  3. peterv

    peterv New Member

    Joined:
    Oct 10, 2013
    Messages:
    20
    Likes Received:
    0
    Hi Gourav,
    website address is here

    thanks for your inputs in advance.
    rgds
    Peter
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. For your first issue,
    paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
     
    @media only screen and (max-width: 480px){
    a {
    font-size: 12px ! important;
    }
    p{
    font-size: 12px ! important;
    }
    div{
    font-size: 12px ! important;
    }
    span {
    font-size: 12px ! important;
    }
    .signupform-header h4 {
    font-size: 14px ! important;
    }
    }
    
    You can change the value of font size as per your requirement.

    2. For your second issue,
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    3. For your third issue,
    paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
     
    @media only screen and (max-width: 480px){
    .call-us a.btn {
    background-size: 100% 100%;
    margin-left: 0px;
    float: left;
    width: 45%;
    padding-right: 14px;
    }
    }
    
    4. For your fourth issue,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
     
    input[type=radio ]:not(old) + label {
    margin-left: 2px ! important;
    }
    input[type=radio ]:not(old) {
    opacity: 1 ! important;
    }
    
    5. Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
    If this isn't something you're able to do then you would need to hire a freelancer for this.
     
  5. peterv

    peterv New Member

    Joined:
    Oct 10, 2013
    Messages:
    20
    Likes Received:
    0
    Thanks for your inputs. all works fine.
    Other then point #5.
    • Where to add conversion tracking code in your lead capture form OR how to auto redirect to different page, once lead is captured.
    Sorry to say can't be pleased with the response. As you can see, I already hired 2 freelancers to get some work done. can't keep doing that. This theme is focused on Lead Capture but you can't help me setting up conversion tracking code on success page? doesn't sound right! It's premium there. Kindly help!!!!!!!
    rgds
    Peter
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

Share This Page