• I have a few questions I am looking for help on:
    1. Making circles in color automatically, not requiring hover.
    2. Either making the font darker/less opaque or getting rid of the fade effect. I know there are multiple threads on this, but I couldn’t get it working copying code into CSS Manager.
    3. I get this error on a lot of modules in my dashboard: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /home/a9069446/public_html/wp-admin/includes/dashboard.php on line 698
    From what I have read about it, it says try changing my memory to 64 mb, which it was already set to in my wp-config file and php. Any ideas? I just set this site up and even deleted and reinstalled WordPress the first time this happened. I host two sites on 000webhost and my other WordPress site doesn’t have this issue. Unless you have better recommendations for free hosting/WordPress…it’s just a personal portfolio site, nothing major.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mattbirk

    (@mattbirk)

    Well, I think I found my answer for #1 above with the following code:

    .blog .hentry a .attachment-post-thumbnail, .archive .hentry a .attachment-post-thumbnail, .search .hentry a .attachment-post-thumbnail {
    border-radius: 180px;
    filter: none;
    -webkit-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
    opacity: 1;
    }

    Is this okay?

    If so, still having issues with the latter two questions…thanks again!

    Thread Starter mattbirk

    (@mattbirk)

    I have also now answered my #3 question by finding this site

    My only issue now is finding out how to make the header/footer text darker! Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Pics Showing Up Black/White Until Hover’ is closed to new replies.