Dark Mode

Viewing 4 posts - 1 through 4 (of 4 total)
#189354

Aleki Houtarou
Participant

Hi, I am using Foxiz WordPress Template. FYI this wordpress theme has dark and light mode switch.

And I am using this plugin and it’s amazing. I am plannig to buy it.
How to make WPDM template working on light and dark mode?

This is my WPDM template:

    <ul class="list-group ml-0 mb-3">
        <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:version]">
            [txt=Version]
            <span class="badge">[version]</span>
        </li>
        <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:download_count]">
            [txt=Download]
            <span class="badge">[download_count]</span>
        </li>
        <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_size]">
            [txt=File Size]
            <span class="badge">[file_size]</span>
        </li>
        <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_count]">
            [txt=File Count]
            <span class="badge">[file_count]</span>
        </li>
        <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:create_date]">
            [txt=Create Date]
            <span class="badge">[create_date]</span>
        </li>
        <li class="list-group-item  d-flex justify-content-between align-items-center [hide_empty:update_date]">
            [txt=Last Updated]
            <span class="badge">[update_date]</span>
        </li>
    </ul>
    <div class="card mb-3">
        <div class="card-body">
            [file_list]
        </div>
    </div>
    
#189365

Nayeem Riddhi
Moderator

Hello Aleki Houtarou,

Hope you are well. If you apply the CSS class/id properly. It should work as expected in your both versions light and dark. please let me know if you face any issues. please check and let me know

Thank you and regards

#189369

Aleki Houtarou
Participant

Hi Nayeem, Thank you for Replying.
Do you mean I have to add CSS class on my wordpress theme?

This is Main.CSS I’ve found on my wordpress theme.
https://pastebin.com/4UZDpnUk

So what to apply in this css?

Thank you

#189373

Nayeem Riddhi
Moderator

you may have to contact a developer or you can also adjust the appearance of WPDM download pages. In the PRO version, there is also available an option for creating custom templates and adjusting them thereby. please check and let me know, if you have any other queries.

Thank you and regards

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

You must be logged in to reply to this topic.