Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Hi,

    There are a lot of options to do them. The quickest is simply hiding it using css but google can still see it as it is just hidden visually.

    You can do this by doing this:

    1) Go to Appearance > Customize > Additional CSS

    2) Put this in there to hide the page masthead area on the home page…

    body.home .page-masthead {
    display: none;
    }

    let me know if this is what you needed.

    Hi,

    You may try updating wordpress if you are using an older version.

    If the issue is still there then the easiest way to fix this is by converting your images to RGB color space before uploading them to WordPress. This can be easily done using Adobe Photoshop.

    Let me know if this helps.

    if problem persists i can personally check your site.

    Best,

    Van

    I checked your site and it seems working properly, so you don’t need to do the .htaccess option.

    for future reference though. You do what you did when you are building a new fresh website.

    And if you are trying to apply SSL and use HTTPS on an existing wordpress then the .htaccess is a better option and will save you more time.

Viewing 3 replies - 16 through 18 (of 18 total)