• Resolved GreenFuelsBio

    (@greenfuelsbio)


    Hello, im checking my website with some webpage seo optimizators, and i have some problems to solve its.
    For example, the site seositecheckup tell me that:
    “Your page contains H1 headings but all of them have blank content.”
    I dont know how to fix it.
    “Your webpage is using 16 inline CSS properties!”
    I think it is because some text are in green (<span style=”color: #009900;”>TEXT</span>), but how can i change the color of the text without the css inline ?
    My website is: http://goo.gl/94Dxbp
    And i dont know hoy to change the color of the text and links of the Social Widget in the above central widget area.
    Thanks.
    Im using customizr 3.1.6

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    “Your page contains H1 headings but all of them have blank content.”

    Perhaps that’s just a mistake in your post/ page when you edited it. Edit it again and instead of the “Visual” editor go to the “Text” editor. See if you can find any empty <h1> elements, e.g. an empty h1 heading may result in this code:

    <h1></h1>

    but how can i change the color of the text without the css inline ?

    What about something like:

    p {
     color: #009900;
    }

    The Customizr theme has its own “Custom CSS” (or similarly named) section to hold your CSS modifications.

Viewing 1 replies (of 1 total)

The topic ‘Seo Optimization’ is closed to new replies.