Mobil website

Discussion in 'ColorWay WordPress Theme' started by xtension, Sep 26, 2013.

  1. xtension

    xtension New Member

    Joined:
    Sep 28, 2012
    Messages:
    2
    Likes Received:
    0
    Text in the mobile web.
    I have a wonder if it is possible to make the text smaller on mobile website.
    The text is in SlideBar grow up and I have to scroll past it a bit to see what's underneath. What can I do to make the text smaller? Homepage http://www.campneptun.se

    //Lotta
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this first you need to remove cufon.

    Go to js > custom.js present in your theme directory and remove the code given below

    Code:
    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    Sending image for reference

    [​IMG]

    After that Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 480px){
    .content-info h1.title {
    font-size: 0px;}
    }
    
     
  3. xtension

    xtension New Member

    Joined:
    Sep 28, 2012
    Messages:
    2
    Likes Received:
    0
    HI! Thank you for your answer. I cant find the custom.js in ftp. Or in the editor in wordpress. Do you know where I can find it?

    Bet Regards
    Lotta Carlberg
     
  4. Gourav

    Gourav Support Staff

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

Share This Page