Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1680695
icons not displaying
Closed

Comments

  •  2
    Ellison started the conversation

    Each of the contact info boxes should have icons to the left,  but they are not showing. I searched on this support site and saw a few relevant posts and tried what was mentioned in them, but nothing helped. For example, I added this css which you mentioned in another thread:

    body .gem-icon .back-angle {    width: 100%;    height: 100%;
    }
    body .gem-icon .gem-icon-half-1 {    margin-left: 0;
    }

    I am on the latest version (3.5.0) and using updated Chrome on an iMac.


  • [deleted] replied

    Hi,

    Please check custom css field in theme options, I suppose you have next code inside it:

    body:not(.compose-mode) .gem-icon .gem-icon-half-1, 
    body:not(.compose-mode) .gem-icon .gem-icon-half-2 {
        opacity: 0 !important;
    }
    Remove it.

    If this doesn't help please provide the wp-admin access. We will try to inspect problem on your site.

  •   Ellison replied privately
  • [deleted] replied

    I suppose autoptimizer is not corectly configuated. I deactivate css optimization and icons is visible now.

  •  2
    Ellison replied

    Man...autoptimize gets me every time and I forget every time! Thanks!