• Hi, Sorry posting again…

    Would anyone mind giving me the coding to make the circles appear on my home page (at the moment the only appear when I hover over them), also I need to remove the menu opacity.

    I thought I’d seen then codes some where, but cant find them and want to make sure I get it right seeing as I will be doing it on the parent theme.

    Cant create a child theme as I cant access ftp from my computer and need to get this website done by Saturday.

    Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1. Don’t alter the main theme. If you can’t make a child theme then install a plug-in like PC Custom CSS.

    2. Assume this is Firefox, as the symptom you report happened to me as well. I solved it today. Firefox wants to use an svg filter. If your server doesn’t allow it you have to hard code it. See this post:
    http://wordpress.org/support/topic/greyscale-icons-wont-work-with-ff?replies=3

    I’m using sepia instead of grayscale, like this:

    .blog .hentry a .attachment-post-thumbnail {
    filter: url(“data:image/svg+xml;utf8,<svg xmlns=\’http://www.w3.org/2000/svg\’><filter id=\’sepia\’><feColorMatrix type=\’matrix\’ values=\’0.393 0.769 0.189 0 0 0.349 0.686 0.168 0 0 0.272 0.534 0.131 0 0 0 0 0 1 0\’/></filter></svg>#sepia”);
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    also I need to remove the menu opacity.

    I’m sure this has been asked and answered before.

    As had the firefox one, probably a need for an FAQ on this theme as so many questions recur, with minor variations….

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Coding to make circles appear on fire fox and to remove opacity on menu.’ is closed to new replies.