I need a WordPress Theme Option page with color picker (farbtastic) to change any class or ID of CSS. In my case, I need to change the footer container color (.footer_container).
I need a WordPress Theme Option page with color picker (farbtastic) to change any
Share
Just use the style.css file in your theme folder (/wp-content/themes/yourthemename/style.css). And add your CSS rule there. Themes are rarely fully customizable from the admin area.