Creating Link changes text size

Discussion in 'Covera WordPress Theme' started by DougPage, Nov 9, 2012.

  1. DougPage

    DougPage Guest

    Joined:
    Dec 28, 2011
    Messages:
    4
    Likes Received:
    0
    Been struggling with this for a while and can't figure it out. I created a new page with the default template and added some text. First line is the heading and I made it H1 size. The rest of the lines, I made H3 size. When I create a link on any of the lines, everything looks good in the editor. However, when I save it and look at the website, the text is much smaller. I look at the HTML and it seems fine to me. Can't find anything in the Stylesheet.css that would do this. Could you please help me get past this problem.
    Thanks
    Doug
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please share the link of your website.
     
  3. DougPage

    DougPage Guest

    Joined:
    Dec 28, 2011
    Messages:
    4
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    The link given above is not working, Please check it and resend.
     
  5. DougPage

    DougPage Guest

    Joined:
    Dec 28, 2011
    Messages:
    4
    Likes Received:
    0
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to Js > Custom.js present in your theme directory and remove the code given below

    Code:
    //Cufon
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    
    Now,


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

    Code:
    .content h3 a{
    font-size:20px;
    }
    Adjust its value as per your requirement.
     
  7. DougPage

    DougPage Guest

    Joined:
    Dec 28, 2011
    Messages:
    4
    Likes Received:
    0
    Thanks for the above Gourav. Sorry for not getting back to you sooner.

    I am unable to find the Custom.js file in the them directory. I presume it is to be in the JS directory within the theme. Checked other directories and don't find it in them either. Could you point me in the right direction?
    Thanks
    Doug
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    In downloaded theme, You will get zip file, Extract it, There you will get theme directory > Js > custom.js.
     

Share This Page