Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3218670
Table of contents toggle issue
Closed

Comments

  •  3
    timmy2426 started the conversation

    My Table of contents is set to expand,(Please see Figure 2)  but when I first load the page, the Table of contents is expanded, but the toggle is indented (+).(Please see Figure 1) I would like to change it to (-). I feel that toggle should be added to the .show-table class when the page is loaded.

    Attached files:  1.jpg
      2.jpg

  •  2,486
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-toc-wrapper .penci-toc-title-toggle:before {
        content: '\f178';
    }

    Regards,
    PenciDesign.



  •  3
    timmy2426 replied

    I thought I needed to add the class name in js or php, but I didn't think I could just override it with css.

    Thank you very much for your reply, it worked!