Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1251840
    bluetroop2
    Participant

    http://freight.bluetroop.com/index.php/services/

    Please see this page. What bit of CSS code (per page, not global) can I apply to control the color of the bullet points? Thanks in advance!

    #1252053
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add the below CSS within page level CSS :

    ul li {
      color: #fff;
    }

    It would be better if you just add a custom class to the list or list item and apply CSS for the specific class like this where my-list is the custom class applied to the ul :

    ul.my-list li {
      color: #fff;
    }

    Hope this makes sense.

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