#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...
Forum Title Color t...
 
Share:
Share
Tweet
Share
Notifications
Clear all

[Solved] Forum Title Color too Dark; Can't Change it

    Last Post
RSS

willpirkle
Posts: 4
 willpirkle
Topic starter
January 12, 2019 8:56 pm
(@willpirkle)
New Member
Joined: 3 years ago

I'm new to wp-Foro and using the Dark theme. After clearing the cache, the new dark colors do appear. But the color of the Forum Title is so dark that it almost matches the dark color behind it. I can't for the life of me figure out which of the colors controls this text as I've tried to change just about all of them with no luck. Once the Forum has been visited, the color becomes almost white, and this does show up correctly. I can change the hover color for visited Forums, but not the normal color. The attached file shows the problem. Note how the "AU SDK" and "VST3 SDK" are nearly un-readable because of the similarity of the background color, while "AAX SDK" looks OK, only because I have visited it once already and its color is white. 

My Wordpress links are hardcoded to blue, and that is definitely not being used for the Forum. 

forum_color.png
Topic Tags
colors links
5 Replies
1 Reply
willpirkle
 willpirkle
(@willpirkle)
Joined: 3 years ago

New Member
Posts: 4
January 12, 2019 9:55 pm
Reply towillpirklewillpirkle

BTW: I did try adding this to the CSS

.wpfcl-a{color:#00ff00;}
#wpforo #wpforo-wrap a:hover{color:#00ff00;}
#wpforo #wpforo-wrap a:active {color:#00ff00;}
#wpforo #wpforo-wrap a { color:#00ff00; }
#wpforo #wpforo-wrap a:visited { color:#00ff00; }

To try to force all links to green - it did NOT fix the unvisited link color, which is still dark, but it did change the visited link color to bright green...

Reply
Robert
Posts: 8952
Robert - Twitter
 Robert
Admin
January 13, 2019 11:56 am
(@robert)
Support Team
Joined: 6 years ago

Please remove all your custom CSS code and leave your forum URL to allow us debug CSS conflicts and provide correct solution.

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
willpirkle
Posts: 4
 willpirkle
Topic starter
January 13, 2019 7:46 pm
(@willpirkle)
New Member
Joined: 3 years ago

OK, done.

http://www.aspikplugins.com/

Using BusinessElite WP Theme, purchased from Web-Dorado. 

Thanks - Will 

Reply
Sofy
Posts: 4057
Sofy - Facebook Sofy - Twitter
 Sofy
Admin
January 14, 2019 9:20 am
(@sofy)
Support Team
Joined: 4 years ago

Hi @willpirkle, 

Please navigate to Dashboard > Forums > Settings > Styles admin page add the following code in "Custom CSS Code" textarea. 

#wpforo #wpforo-wrap #wpforo-title {
color: #00ff00;
}

#wpforo #wpforo-wrap .wpforo-forum-title a{
color: #00ff00;
}
#wpforo #wpforo-wrap .wpforo-forum-title a:visited{
color: #00ff00;
}
#wpforo #wpforo-wrap .wpforo-forum-title a:active{
color: #00ff00;
}
#wpforo #wpforo-wrap .wpforo-forum-title a:hover{
color: #00ff00;
}

Please don't forget to delete all caches before using. 

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
willpirkle
Posts: 4
 willpirkle
Topic starter
January 14, 2019 3:24 pm
(@willpirkle)
New Member
Joined: 3 years ago

Thank you - that worked!

- Will

Reply
  All forum topics
  Previous Topic
Next Topic  
Related Topics
  • Links getting automatically updated to some random IP address
    10 months ago
  • Color Documentation
    1 year ago
  • Mobile styling is not matching desktop styling
    2 years ago
  • How to make links underlined automatically?
    2 years ago
  • Member Badge Colors
    3 years ago
Topic Tags:  colors (19), links (8),

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

  • wpForo not working correctly with Silk browser on Fire 7 Tablet

    By starman71, 5 hours ago

  • Simplified Guests see "Add Topic" button - even if settings are right

    By DanielOfAnu, 6 hours ago

  • Forums link on main page leads to 404, is not updated

    By Redglyph, 17 hours ago

  • Creating the forum structure

    By Redglyph, 19 hours ago

  • Style Show Likers with their avatar

    By Tutrix, 2 days ago

  • User replies are "Buggy"

    By Noved, 3 days ago

Topic Tags

  • translation49
  • css49
  • plugin conflict48
  • seo45
  • new features43
  • buddypress42
  • ultimate member40
  • avatar40
  • forum40
  • moderation38
  • login38
  • registration36
  • threaded layout35
  • cache33
  • editor32
  • menu32
  • shortcode30
  • spam29
  • phrases28
  • forum accesses28
View all tags (2155)

Recent Posts

  • wpForo not working correctly with Silk browser on Fire 7 Tablet

    Just tried the Amazon Silk browser using an Amazon Fire...

    By starman71, 5 hours ago

  • RE: Guests see "Add Topic" button - even if settings are right

    One further issue, how can I disable the "Login" or "Re...

    By DanielOfAnu, 5 hours ago

  • RE: Forums link on main page leads to 404, is not updated

    @redglyph Ok, take your time. wpForo has its own Menu...

    By dimalifragis, 9 hours ago

  • RE: Creating the forum structure

    @dimalifragis I agree, first things first 🙂

    By Redglyph, 13 hours ago

  • RE: when is the new update ?

    @gsmdahisi, We're very close to release the beta vers...

    By Martin, 21 hours ago

  • RE: Hide or disable Select Forum dropdown in Private forum

    Thank you for the code which was simple to install and ...

    By BrianWent, 1 day ago

  • RE: How can i remove the Buttons under Name?

    @y-3 The code above removes the complete buttonbar i...

    By Tutrix, 2 days ago

Share:
Share
Tweet
Share
  Forum Statistics
20 Forums
9,741 Topics
49.3 K Posts
2 Online
43 K Members

Latest Post: wpForo not working correctly with Silk browser on Fire 7 Tablet Our newest member: sylviaskalski16 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