Fonts are incoherent.

Discussion in 'Cloriato WordPress Theme' started by pangeaseed, Jul 8, 2013.

  1. pangeaseed

    pangeaseed Member

    Joined:
    Oct 1, 2012
    Messages:
    30
    Likes Received:
    0
    Hi -

    I have been having an issue with the appearance of our website.
    The fonts are incoherent on many of the pages. The first paragraph is usually a different typeface from Helvetica and/or the color is black instead of gray.

    Examples:
    http://pangeaseed.org/issues/plastics-pollution/
    http://pangeaseed.org/what-we-do/education/pangeaseed-sprout/
    http://pangeaseed.org/issues/sharks/

    How can I assign Helvetica and the color to all of the website at once?
    Also, oftentimes, it randomly modifies the spacing of the text.

    It gets very annoying, having to go back in to re-edit the pages all the time.
    If you could help me out with a code or what I need to remove from the code to resolve this issue, I would greatly appreciate it.

    Furthermore, I noticed two more things.
    1. In our browser window top-bar, it states PangeaSeedPangeaSeed (two times) - see screenshot.
    How can I fix this glitch?
    2. When sharing our website (pangeaseed.org) on facebook, the following description appears, which has nothing to do with our organization. - How can I fix this?

    Every year, we address several aspects of the Bioeconomy, including biofuel, biotechnology, and green chemistry. The impact of biofuels on greenhouse gases is subject to debate.

    Thank you very much for your consideration.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    For the font and font color issue,
    paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    h1, h2, h3, h4, h5, h6, a, p, td, th {
    font-family: Helvetica!important;
    color: #6a6565;
    }

    This issue is occurring because of "Yoast WordPress SEO plugin" you are using.
    For this issue,
    go to the header.php file present in your Theme Directory and replace all the existing info between the title tags with the code given below
    Code:
    <?php wp_title(''); ?>
    See the link given below for reference.

    http://content.screencast.com/users...fe-49be-ae52-ab072c22027b/2013-05-24_1144.png

    For this issue follow the link given below.

    http://www.inkthemes.com/community/threads/urgent-facebook-preview-issue.2764/

    This will solve your issue.
     

Share This Page