Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1081204
    Lisa
    Participant

    Hi,

    is there a way to have other bullet points?
    We didn’t want to have this boring dot. We thought this one › might look good.
    Can we have that changed sitewide?

    Best,
    Lisa

    #1081245
    Paul R
    Moderator

    Hi Lisa,

    Thanks for writing in!

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .entry-content ul {
        margin-left:0;
    }
    
    .entry-content ul li {
       list-style-type:none;
       list-style-position: outside;   
    }
    
    .entry-content ul li:before {
       content:"\f105";
       font-family:"FontAwesome";
       padding-right:10px;
    }
    
    

    Hope that helps.

    #1082698
    Lisa
    Participant

    Hi Paul,

    yes, perfect!

    Where do you get the code “\f105” from? We want to try some other symbols.

    #1082705
    Lisa
    Participant

    I chekced some sites and unfortunately there is something wrong with the “bullet points”. Look at the screen I attached. Same happens for example in Icon list, symbols between the icons…

    #1082713
    Lisa
    Participant

    Sorry, File was too big. Here it is

    #1082994
    Christopher
    Moderator

    Hi there,

    Please refer to this link for icons :

    http://fontawesome.io/icons/

    Please provide us with URL so we can take a closer look.

    Thanks.

    #1083005
    Lisa
    Participant
    This reply has been marked as private.
    #1083294
    Rupok
    Member

    Hi there,

    Kindly add this CSS as well :

    .x-block-grid > li::before,
    .x-slides > li::before, 
    .x-feature-list > li::before, 
    .flex-direction-nav > li::before {
      content: "" !important;
      padding: 0;
    }

    If you face this on any other place, kindly point us.

    Cheers!

    #1084304
    Lisa
    Participant

    Hi,

    the icon isn’t there anymore, but the space remains. That looks horrible…
    Any other idea?

    #1084579
    Christopher
    Moderator

    Hi there,

    I can’t see the space you’re referring to, please see the attachment.
    Please provide us with some screen shots.

    Thanks.

    #1084591
    Lisa
    Participant

    That`s because I removed the code. It’s better to work on the design when there are no spaces 😉
    Now you can have a look again.

    #1084899
    Paul R
    Moderator

    Hi Lisa,

    You can try this code instead.

    
    .x-block-grid > li::before,
    .x-slides > li::before, 
    .x-feature-list > li::before, 
    .flex-direction-nav > li::before {
         display:none;
    }
    

    If that doesn’t work, please provide us a screenshot on how it looks in your end.

    Thanks

    #1086338
    Lisa
    Participant

    Hi,

    Spaces are gone, that’s good.
    But there are > icons where they shouldn’t be. See attached screenshot.
    Is it not possible to point the code only to the ul li in text element??

    #1086396
    Lisa
    Participant

    I had to deavtivate the code for a while, because we have a meeting to show the site.
    I let you know when we are finished.

    #1086539
    Rue Nel
    Moderator

    No problem.
    Our staff will be standing by to respond the issue.

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