Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1168146
    markiert
    Participant

    Hi,
    i am wondering how to remove the lines in essential grid when using svg files.

    #1168151
    markiert
    Participant

    screenshot …

    #1168156
    markiert
    Participant
    This reply has been marked as private.
    #1168658
    Friech
    Moderator

    Hi There,

    Thanks for writing in! But I am not seeing any lines on your site Essential Grid, please clarify.

    Try uploading your screenshot here: http://prnt.sc/ and provide us the link.

    Cheers!

    #1171146
    markiert
    Participant

    Hi

    i uploaded it here http://prnt.sc/ch2dio
    any idea how to get rid of those lines?

    thanks

    #1171161
    Christopher
    Moderator

    Hi there,

    Please remove following code from child theme’s style.css file :

    ul li:before{
        background: #282828;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 8px;
    }

    Hope it helps.

    #1171180
    markiert
    Participant

    thanks for your help! worked fine

    #1171194
    markiert
    Participant

    Hi again

    i just noticed that this did fix the problem, but now the next problem is here. for the lists i had a – line instead of the points. that is gone now. any idea how to fix that?

    #1171196
    markiert
    Participant
    This reply has been marked as private.
    #1171197
    markiert
    Participant
    This reply has been marked as private.
    #1171245
    Paul R
    Moderator

    Hi,

    Please replace the code provided above with this.

    
    .home .myportfolio-container .esg-grid ul li:before{
        background: #282828;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 8px;
    }
    

    Hope that helps.

    #1171265
    markiert
    Participant

    thanks for the quick replay

    it wont bring back the list icons, but will bring back the lines when using svg in essential grid

    any idea?

    #1171397
    Christian
    Moderator

    Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding.

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