Cutomize Colors utility: How to add more configurable colors to a theme

Recent WordPress install, default theme. There are three colors which can be customized from the admin gui, but there are at least three other colors visible on the website which can’t be customized from there: Posts/pages background text colors in posts/pages text and background color in the search field I assume it is possible to … Read more

Theme Twenty Fifteen: Customize Color Scheme Customizer

I would like to add my own color scheme to my Twenty Fifteen child theme such that it can be changed inside the admin panel. From what I understand, this is the relevant section: wp-content/themes/twentyfifteen/inc/customizer.php (code below). Maroon is the option I added (second color scheme in the code). The color scheme did not show … Read more

Create a full width responsive header image per page

I’m new to WordPress – currently building a site that has a few pages (Home, Artists, History, Videos). Each of those pages need a custom header containing a responsive full width image (the image will be used as a background image in the CSS). I’d like to make this CMS friendly and allow the content … Read more

CSS rules that the theme gets from a function

I am trying to change the color of entry-footer in my Twenty Fifteen theme. My modifications in the child theme is overridden because when the website is rendered in a browser, WordPress outputs inline CSS generated by the Theme Customizer to the <head>, which overrides the stylesheet. Inspecting the customizer.php file, I see three relevant … Read more