Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Closed] Source Code Text Is White

5 Posts
2 Users
1 Reactions
1,429 Views
Posts: 26
Customer
Topic starter
(@gary-yates)
Member
Joined: 5 years ago

As the title says, when I try to edit the source code of a post I cannot see the code. After inspecting the page I see that the color is set to inherit. The color attribute is set to inherit all the way up to "body, .entry-title a, :root .has-primary-color" where it is set to #ffffff. I've searched the stylesheets and can not find a way to change the color back to #000000. Can someone tell me what I need to change?

4 Replies
Kyle
Posts: 728
 Kyle
(@kylew)
Prominent Member
Joined: 4 years ago

Hi @gary-yate,

Can you give us your website URL and a screenshot?

Posts: 26
Customer
Topic starter
(@gary-yates)
Member
Joined: 5 years ago
Screenshot (128)

As you can see the color of the source code is white and not readable. I have inspect open and you can see that the color attribute is inherit.

This is an adult website, exclusivepornclub.com. You will not be able to see this page however because it is a members only site.

1 Reply
Kyle
 Kyle
(@kylew)
Joined: 4 years ago

Prominent Member
Posts: 728

@gary-yates,

Insert the below CSS code in Custom CSS Code Field, which you can find at Dashboard > Forums > Settings > Styles Tab.

.mce-textbox.mce-multiline {
    color: black;
}
Posts: 26
Customer
Topic starter
(@gary-yates)
Member
Joined: 5 years ago

Thanks, Kyle. Worked perfectly.

Share:
Scroll to top