Uniform

Uniform [Paid] 2.3.2

No permission to buy ($45.00)
Is there a way to put a background color on the nodes?
Now there is an option to place images.
 
Hi @est3ban129

I'm not sure I understand your question.. do you have a mock-up of what you'd like to achieve?
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

Captura de pantalla 2020-10-27 a las 17.39.41.webp
 
Are you using a third party addon to achieve that? If so, you may have better luck asking the developers of that addon :)
 
Are you using a third party addon to achieve that? If so, you may have better luck asking the developers of that addon :)
Im just using Xenfocus Grid Layout

but here there is no option to add colors instead of images.

It would be convenient

Captura de pantalla 2020-10-28 a las 10.20.49.webp
 
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.
 
I think @est3ban129 means instead of using a grid / node image its set as a colour instead


You can cheat and replace each node with an image of the colour you want instead of an image.
yes, but the loading speed should be faster if there is only one css color code
that's why I was asking haha
 
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
 
Back
Top Bottom