Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1085942
    Ashton M
    Participant

    Hi there,

    I have looked all over and I cant exactly find this answer. I would like to change the BG color on my table of contents shortcode.

    Freelance Game Audio: Getting Started and finding work.

    That is my blog ^. I know that there are Style: options available for the TOC but I couldn’t figure out how to use them.

    Thanks!

    #1086381
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To change the background color as well as the other needed colors for your table of contents, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-toc {
        background-color: #e5e5e5;
        border: none;
        box-shadow: none;
    }
    
    .h-toc,
    .x-toc-item a {
        color: #000;
    }

    Feel free to change the colors so that it will match with your site colors.
    Hope this helps. Kindly let us know.

    #1087040
    Ashton M
    Participant

    Thanks thats perfect!

    #1087180
    Joao
    Moderator

    Glad to hear it.

    Joao

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