Advertisement:

Author Topic: [Solved] Css style for Select form in custom Fields  (Read 19868 times)

m.elmasghouni

  • Newbie
  • *
  • Posts: 8
[Solved] Css style for Select form in custom Fields
« on: January 04, 2015, 11:12:56 pm »
Hello everybody,

I need to change the css style of select form of custom Fields. I have changing it in item-post (plugin-hook) but don't work. Where I can change it.

Thank you;
« Last Edit: January 05, 2015, 12:27:45 am by m.elmasghouni »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: [Solved] Css style for Select form in custom Fields
« Reply #1 on: January 05, 2015, 01:07:43 pm »
Hi,

Code: [Select]
select[id^="meta"] { [your CSS declarations here] }
Put it at the end of your main CSS file or add !important to any declaration been overwritten by default Select rules.

Regards

m.elmasghouni

  • Newbie
  • *
  • Posts: 8
Re: [Solved] Css style for Select form in custom Fields
« Reply #2 on: January 10, 2015, 04:33:06 am »
Hi and thank you :)

Genius-Tek

  • Newbie
  • *
  • Posts: 30
Re: [Solved] Css style for Select form in custom Fields
« Reply #3 on: May 05, 2015, 12:10:10 am »
Hello everyone
I would like to transform the selection categories with a new style

how can I transform style
ego pictures to see what I would change