#1 WordPress forum plugin created by gVectors Team

wpForo – WordPress Forum Plugin
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
Main Support Forums
How-to and Troubles...
Dark mode
 
Share:
Share
Tweet
Share
Notifications
Clear all

Dark mode

    Last Post
RSS

Vijiki
Posts: 26
 Vijiki
Beta Tester
Topic starter
May 23, 2022 10:46 am
(@vijiki)
Eminent Member
Joined: 1 month ago

I wanna make my forum dark mode

Is there any css script or settings?

This topic was modified 1 month ago 2 times by Chris
Topic Tags
Dark theme dark style
12 Replies
Chris
Posts: 1449
 Chris
Admin
May 23, 2022 10:59 am
(@chris)
Support Team
Joined: 12 months ago

@vijiki,

Go to Dashboard > Forum > Settings > Styles Tab, select Dark mode for wpForo theme.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
5 Replies
Vijiki
 Vijiki
Beta Tester
(@vijiki)
Joined: 1 month ago

Eminent Member
Posts: 26
May 23, 2022 11:02 pm
Reply toChrisChris

@chris I did switch to dark mode and I have 3 Questions

How do I change the background color or the comment box

 

How do I change just the menu button color, if I try some other part of my forum will change color

 

How do I change the reply/quote background color, I can't seams to find it, documentation said is #15 but it didn't work

Reply
Chris
 Chris
Admin
(@chris)
Joined: 12 months ago

Support Team
Posts: 1449
May 24, 2022 9:27 am
Reply toVijikiVijiki
Chris

@vijiki,

Add the below code in your active theme functions.php file for the editor background color.

add_filter('wpforo_editor_settings', function($s){
   $s['tinymce']['content_style'] .= "body{background-color:#ccffcc; color:#000000;}";
   return $s;
});

Use this CSS for the Choose File button:

#wpforo #wpforo-wrap .wpf-field-wrap .wpf-extra-fields .wpf-default-attachment input[type=file]::file-selector-button {
  border: 2px solid #a29bfe;
  background-color: #a29bfe;
}

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
Chris
 Chris
Admin
(@chris)
Joined: 12 months ago

Support Team
Posts: 1449
May 24, 2022 9:43 am
Reply toChrisChris
Vijiki
Chris

Sue the below CSS for blockquotes:

blockquote p::before, .wp-block-quote p::before, .wp-block-quote.is-style-large p::before, .wp-block-quote.has-text-align-right p::before {
display: none;
}
#wpforo #wpforo-wrap .wpforo-post blockquote, #wpforo #wpforo-wrap .wpforo-revision-body blockquote {
background-color: grey;
}

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
Vijiki
 Vijiki
Beta Tester
(@vijiki)
Joined: 1 month ago

Eminent Member
Posts: 26
May 24, 2022 10:04 am
Reply toChrisChris
Chris
Vijiki
Chris

@chris thanks

Step one is still showing white background

 

Reply
Chris
 Chris
Admin
(@chris)
Joined: 12 months ago

Support Team
Posts: 1449
May 24, 2022 10:20 am
Reply toVijikiVijiki
Chris
Chris
Vijiki
Chris

@vijiki,

Clean your cache from Dashboard > Forums > Dashboard, Delete All Cache, then press CTRL+F5 twice in the browser.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
Vijiki
Posts: 26
 Vijiki
Beta Tester
Topic starter
May 24, 2022 10:16 am
(@vijiki)
Eminent Member
Joined: 1 month ago

The recent topics widget: I can't see a place to change the text and block color

Is there any css script for that

 Screenshot_20220524-102359.png
Reply
1 Reply
Chris
 Chris
Admin
(@chris)
Joined: 12 months ago

Support Team
Posts: 1449
May 24, 2022 10:23 am
Reply toVijikiVijiki

@vijiki,

Which block and text do you mean?

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
Vijiki
Posts: 26
 Vijiki
Beta Tester
Topic starter
May 24, 2022 10:33 am
(@vijiki)
Eminent Member
Joined: 1 month ago

I wanna change the text color of the Recent topics widget, something like this 

 Screenshot_20220524-113250.png
Reply
1 Reply
Chris
 Chris
Admin
(@chris)
Joined: 12 months ago

Support Team
Posts: 1449
May 24, 2022 10:57 am
Reply toVijikiVijiki

@vijiki,

try this: 

.wpforo-widget-content .wpforo-list-item .wpforo-list-item-right .posttitle a {
    color: white !important;
}
.wpforo-widget-content .wpforo-list-item .wpforo-list-item-right .postuser{
    color: #c81a1a !important;
}
.wpforo-widget-content .wpforo-list-item .wpforo-list-item-right .postuser a{
    color: #00a636 !important;
}

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
Vijiki
Posts: 26
 Vijiki
Beta Tester
Topic starter
May 25, 2022 10:51 am
(@vijiki)
Eminent Member
Joined: 1 month ago

I wanna change the color of the following container

Search

Profile

 Recent post

See screenshot 👇

 

Any css script?

 Screenshot_20220525-114458.png
Reply
1 Reply
dimalifragis
 dimalifragis
Beta Tester
(@dimalifragis)
Joined: 2 years ago

Noble Member
Posts: 1136
May 25, 2022 11:42 am
Reply toVijikiVijiki

@vijiki I think you should invest some time to learn the basics of css. That will give you the freedom you want.

Reply
fawp liked
  All forum topics
  Previous Topic
Next Topic  
Related Topics
  • Reply box
    2 months ago
  • Problem wrong Color on Share URLS - Dark theme
    2 months ago
  • How to let the forum show the background from the Theme?
    2 months ago
  • Profile Widget Buttons are Not Visible with Dark Theme
    1 year ago
  • Settings, Styles, Dark problem
    3 years ago
Topic Tags:  Dark theme (2), dark style (17),

Forum Search

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages wpforo-advanced-attachments-128x128 wpforo-embeds-128x128 wpForo User Custom Fields addon wpForo – Blog Cross Posting addon wpForo Ads Manager wpForo – WooCommerce Memberships Integration wpForo Emoticons wpForo – Tenor GIFs Integration
View all Addons »

Recent Topics

  • New Feature About Plugin Customization and Integration

    By z14165899, 5 hours ago

  • WordPress Email sending function wp_mail() doesn't work!

    By feassistant, 13 hours ago

  • Import users from IPBoard

    By jesusdlg, 1 day ago

  • Intruder signing in to wpforo without approval

    By plaurits, 1 day ago

  • How to make new user to get approve manually before creating post and profile.

    By Adhyansh21, 2 days ago

  • Posts deleted in database still show up on front-end

    By nylex, 3 days ago

Topic Tags

  • css52
  • translation50
  • plugin conflict48
  • seo47
  • new features45
  • buddypress43
  • avatar41
  • moderation40
  • ultimate member40
  • login40
  • forum40
  • registration37
  • threaded layout35
  • cache34
  • spam33
  • editor33
  • menu33
  • shortcode32
  • forum accesses30
  • widget29
View all tags (2194)

Recent Posts

  • RE: HT Access file advice

    Guys, thank you very much for your advice that helped m...

    By Tergaros, 4 hours ago

  • RE: User banned for using icons?

    I know they are banned for outright spam and links. But...

    By Tergaros, 4 hours ago

  • About Plugin Customization and Integration

    Hello gVectors Support Team: I...

    By z14165899, 5 hours ago

  • RE: WordPress Email sending function wp_mail() doesn't work!

    @dimalifragis thanks for the enlightenment there. It...

    By feassistant, 7 hours ago

  • RE: Intruder signing in to wpforo without approval

    Maybe at Wordpress.org ?

    By dimalifragis, 15 hours ago

  • Import users from IPBoard

    Hello, Is it possible to import users from ipboard? (...

    By jesusdlg, 1 day ago

  • RE: Description for each topic?

    Why is this such a hard question to answer? You have ...

    By Christine, 1 day ago

Share:
Share
Tweet
Share
  Forum Statistics
21 Forums
9,938 Topics
50.3 K Posts
6 Online
48.4 K Members

Latest Post: HT Access file advice Our newest member: Akun Slot Demo Gratis Pragmati... Recent Posts Unread Posts Tags

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo | Copyright © 2016-2022 gVectors Team
Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation