ShineCero

Customer
Good evening, back again with another question!

Is is possible to change how likes appears? Something from this:
Likes 2.png


to this

Likes.png
 
Got'cha! I'll look into it!

Since we're on that topic, where to do go to change the background of the likes/reaction section anyways? Like instead of the color from the message box, it will be in its little box to popped out.
 
There is no style property for this area.

You can add whatever custom CSS you want to extra.less:

Code:
.reactionsBar
{
background: #CCC; 
}
 
That work!! One last thing haha.

I'm trying to add borders in between threads, but no matter what I do, it will not show.

It seems like this code is blocking it?

.structItemContainer .structItem {
box-shadow: inset 0px 1px 0px 0px rgba(33,39,52,0);
border: 1px solid rgba(15,18,24,0);
}
 

Attachments

  • Screenshot 2023-11-01 055713.png
    Screenshot 2023-11-01 055713.png
    167.2 KB · Views: 21
That works, but when I put the opacity back (say 90), it will make the message box go dark instead of the color I placed in the message block section.
 

Attachments

  • Screenshot 2023-11-02 214655.png
    Screenshot 2023-11-02 214655.png
    190 KB · Views: 22
You might have something else going on:

.structItemContainer .structItem

Has nothing to do with messages. That has to do with the thread list items. Did you change a color palette or edit CSS?
 
Hmm. I made a quick new theme with no edits. From there, I left Opacity at 90 (to show the borders in the discussion list); however, upon entering the thread, the message block's color isn't shown, despite putting the background as "pink". Message Block User seems to work fine though. Below are two attachment. First is one with Opacity 90. Second is Opacity Zero, but the borders between threads in discussion list disappears.
 

Attachments

  • Screenshot 2023-11-03 183134.png
    Screenshot 2023-11-03 183134.png
    135.1 KB · Views: 18
  • Screenshot 2023-11-03 183244.png
    Screenshot 2023-11-03 183244.png
    124.1 KB · Views: 20
To help further, I'll need an admin account to debug it. Please create a ticket:

Do not respond here as it's a public area.

Here is a guide on configuring an admin account for our use:

I'll be able to take a closer look and maybe recommend an alternate approach to what you have going on now because my edit should not be causing the problems you're having.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back