Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1220732
    wal v
    Participant

    Hi X!

    This theme is still great 😀
    But im having a little problem i hoped you could help me with.
    I made a bullet list and changed the color of the bullets using:
    li {
    color: #034b95;
    }

    li span {
    color: black;
    }

    This also made my menu color to turn black.
    As you can see:
    http://www.naber-vastgoedbeheer.nl/tarieven-en-algemene-voorwaarden/

    Hopefully you can help me out with this one.

    Thanks for your time!

    #1220779
    Thai
    Moderator

    Hi There,

    Please update your custom CSS to this:

    .x-text ul li {
    	color: #034b95;
    }
    
    .x-text ul li span {
    	color: black;
    }

    Hope it helps 🙂

    #1221101
    wal v
    Participant

    Hi X,

    I just did, now the whole list is blue.
    I was hoping i could just get the bullets blue.

    Hopefully this is possible

    #1221179
    Rupok
    Member

    Hi there,

    Let’s remove the above code and use the below code :

    .x-text ul li {
      color: #000;
      list-style: outside none none;
      padding-left: 10px;
      position: relative;
    }
    
    .x-text li::before {
      color: #034b95;
      content: "âš«";
      font-size: 13px;
      left: -3px;
      position: absolute;
      top: -2px;
    }

    Hope this helps.

    #1223689
    wal v
    Participant

    Thanks i only replaced content with • and now it’s how i wanted it 🙂

    #1223815
    Joao
    Moderator

    Glad to hear it,

    Joao

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