adminmentor
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sanse] Colour ConfigurationSo, the developer of Yada Wiki plug-in gave me this advice – thought I’d share.
****************
Plugin Author dmccan (@dmccan)…You should be able to change the header colors with CSS. If you go to Appearance \ Customize, on the bottom, there is Additional CSS. Paste in something like this:
.hero {
background-color: #AC3860;
}
.site-header {
background-color: #AC3860;
}NOTE: Change the color hex code to what you want.
*******************Hope this helps!
Forum: Plugins
In reply to: [Yada Wiki] Best Themes to Use with Yada Wiki?Thank you. I actually found I like Alante theme (loaded with useful features meaning less plug-ins down the road…) but I will definitely try this CSS customization for the Sanse theme as well! In fact, someone else on the Sanse forum was asking this same question, so I will share your advice, with attribution of course!
One other questions: does Yada Wiki have a paid version or, if not, how do you fund development? I would like to support your work.
Forum: Plugins
In reply to: [Yada Wiki] Best Themes to Use with Yada Wiki?Using WP 4.8
Forum: Themes and Templates
In reply to: [Sanse] Colour ConfigurationI am looking for the same. In the editor, I noticed that the header is defined by a template and package at a remote location:
/**
* The header for our theme.
*
* This is the template that displays all of the <head> section and everything up until <div id=”content”>
*
* @link https://developer.www.ads-software.com/themes/basics/template-files/#template-partials
*
* @package Sanse
*/I don’t think it’s possible to change that color without access to those files. Which is a crying shame, because this theme works REALLY well with the Yada Wiki plug-in, but oh man that color is just so intense, and does not work well with my brand assets!
Forum: Plugins
In reply to: [WP Knowledge Base] Pro Version Security Certificate Out of Date?