Theme Panel Customization

Posted in: Newspaper
Post count: 6

Hi everyone,
I would like to add some new fields on theme panel. Is there a way to do it through API?

Post count: 35449

Hi,

Unfortunately this is not possible, sorry!
But what fields do you want to add? and for what? maybe our theme already have those fields.

Thank you for your understanding!

Post count: 6

Hi Calin, I have to duplicate this 2 fields
color
background

in category settings in order to add a gradient of color with this css rule:


background-image: linear-gradient(top right, #FFFFFF 0%, #AACFEF 100%);
Post count: 35449

Hi,

This would be more easy to only use custom css because if you make those changes in theme panel after update you’ll lose theme, but the code in custom code will remain, also very sun will be some theme updates that comes with a lots of improves.
If you need help with custom css please let me know!

Thank you for your understanding!

Post count: 6

Thank you Calin. I think I will simply add this fields as taxonomy custom fields and then I will create a new component.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.