XF 2.2 This is what I see when going to Delete a Post:

If you mean that you can't see the radio buttons to choose a deletion option, I think that's your style, so you can try to :

1. Go to your admin panel -> Appearance -> Styles -> Your style properties -> Buttons
2 Change the color of the "Call to action button".
 
If you mean that you can't see the radio buttons to choose a deletion option, I think that's your style, so you can try to :

1. Go to your admin panel -> Appearance -> Styles -> Your style properties -> Buttons
2 Change the color of the "Call to action button".
No, it’s the text in that particular box.
 
No, it’s the text in that particular box.
Ah got it.
So :

1. Go to your admin panel -> Phrases ans using the filter at the top right find the phrase "Remove from public view"
2. In the field "Phrase text" paste this and save :

Code:
<html>
<p><span style="color:#FFFFFF;">Remove from public view</span></p>
</body>
</html>

3. Find the phrase "Permanently delete"(Use the word Permanently" because otherwise the system can't find it)
4. In the field "Phrase text" âst this and save :

Code:
<html>
<p><span style="color:#FFFFFF;">Permanently delete</span></p>
</body>
</html>

The text will become while and should be visible over your green bckg.
 
Ah got it.
So :

1. Go to your admin panel -> Phrases ans using the filter at the top right find the phrase "Remove from public view"
2. In the field "Phrase text" paste this and save :

Code:
<html>
<p><span style="color:#FFFFFF;">Remove from public view</span></p>
</body>
</html>

3. Find the phrase "Permanently delete"(Use the word Permanently" because otherwise the system can't find it)
4. In the field "Phrase text" âst this and save :

Code:
<html>
<p><span style="color:#FFFFFF;">Permanently delete</span></p>
</body>
</html>

The text will become while and should be visible over your green bckg.
The only isssue now is that you cannot see the place where you make the selection. This is a pic from another site to show you what I mean.
22.webp
 
About the buttons should be that way :


1. Go to your admin panel -> Appearance -> Styles -> Your style properties -> Buttons
2 Change the color of the "Call to action button".
 
So here's what I've found, the first way is with CSS if you are curious how to, take a look to the following link : https://stackoverflow.com/questions/4253920/how-do-i-change-the-color-of-radio-buttons

The easer way :

Go to your admin panel -> Style properties -> Basic colors

Find : Border color

Change it to a color you would be able to see

Save
That css won't work with xen.

The border color isn't it either. I believe it is in core_input.less but nothing I have added has worked.
 
That css won't work with xen.

The border color isn't it either. I believe it is in core_input.less but nothing I have added has worked.
If you change the border color that will change the radio button border to the choosed color too and will make it visible at all, otherwise you could channge the form background if your style allow that, or generaly change the style until they fix that with some update.
 
Back
Top Bottom