Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1098796
    Blupace
    Participant

    http://blupace.com/portfolios/

    Essential grid notified me of an update. After the update, the boarder on center button on my grid items has become transparent.

    I attempted to go to the skin editor and change this back to solid and not transparent, however this setting no longer works. If I set the transparency to solid then the boarder turns red. When I set this back to white it becomes completely transparent again.

    #1098846
    Rahul
    Moderator

    Hey There,
    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
    – Link to your site
    – WordPress Admin username / password
    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
    Thanks.

    #1099409
    Blupace
    Participant
    This reply has been marked as private.
    #1099607
    Rad
    Moderator

    Hi there,

    It’s because of CSS from here http://blupace.com/wp-content/plugins/essential-grid/public/assets/css/settings.css?ver=2.1.0.1 that alters the border to 0px.

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .esg-grid a {
        border: 2px solid #fff;
        text-decoration: none;
    }

    Thanks!

    #1099890
    Blupace
    Participant

    Hi, thanks for you help, this has partially worked. When you hover over the icon it becomes invisible. It also needs to be visible on hover as well..

    #1099906
    Thai
    Moderator

    Hi There,

    Please update the previous CSS a bit:

    .esg-grid a,
    .esg-grid a:hover {
        border: 2px solid #fff;
        text-decoration: none;
    }

    Hope it helps πŸ™‚

    #1099948
    Blupace
    Participant

    Now working perfectly, thank you kindly πŸ™‚

    #1099956
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1098796 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>