Accordion and dark theme

Home Forums Porto Admin – Responsive HTML5 Template Accordion and dark theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10043310
    simplyjessica
    Participant

    I’m using the dark theme and noticed when using accordion in the dark theme the text is almost unreadable.

    Screenshot

    The text html is
    <div class="form-group row">
    <div class="col-lg- 7 col-md-8 col-sm-12">Include Push Notification?
    <div class="checkbox-custom checkbox-default">
    <input id="incPush" type="checkbox" name="incPush" value="1" checked>
    <label for="incPush">Yes (Note push notificiation content is cut off at 300 characters)</label>
    </div>
    </div>
    </div>

    and the accordion is

    <div class="card card-default">
    <div class="card-header">
    <h4 class="card-title m-0">
    <a class="accordion-toggle" data-bs-toggle="collapse" data-bs-parent="#accordion"
    data-bs-target="#collapse1Two">
    List of Recipients

    </h4>
    </div>
    <div id="collapse1Two" class="collapse" data-bs-parent="#accordion">
    <div class="card-body">



    Template Version: Latest
    #10043318
    Support
    Keymaster

    Hi, it must be a conflict with another part of the code but you can also use the class “text-light” in the elements you want to set text color to white.

    Kind Regards.


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.