Uniform

Uniform [Paid] 2.2.15

No permission to buy ($30.00)
Are you using a third party addon to achieve that? If so, you may have better luck asking the developers of that addon :)
 
Hi @est3ban129

I'm not sure I understand your question.. do you have a mock-up of what you'd like to achieve?
I think @est3ban129 means instead of using a grid / node image its set as a colour instead
I want to add a background color to each category.

Now I am using the node image option, maybe the only option is to add images of the color I want?

replace each image with a color

View attachment 238516

You can cheat and replace each node with an image of the colour you want instead of an image.
 
Oh, I see! Instead of the wallpaper images, add this to extra.less:

Less:
.focus-grid .node--id6 .node-body{
    background: #f00;
    *{ color: #fff; }
}

Change the 6 to the ID of your node. Rinse and repeat for any other nodes you want to change :)
 
This is compatible with PWA?
I read that the style must be compatible.
On my website PWA does not work and I am looking for the solution
 
Top Bottom