tank170
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Font color of Header menu?? It Works!!! Brilliant ?? Thank you very much. The only remaining white field is the “starting page”, a static one. That is still white. Is it possible to change also this color?
Forum: Themes and Templates
In reply to: [Hueman] Font color of Header menuThanks for the link. In the meantime (2h15ago) I tried do build that childtheme anew. Next problem: The hueman folder has a functions.php with very small content. So I donot know how to connect trhe new style.css with the functions.php, because I donot know, what the precise name of the “template-name” style is. Is there something generally missing in the functions.php of the parent theme?
Here the content:
<?php
//do not remove this
load_template( get_template_directory() . ‘/functions/init-core.php’ );/**
* The best and safest way to extend the Humean WordPress theme with your own custom code is to create a child theme.
* You can add temporary code snippets and hacks to the current functions.php file, but unlike with a child theme, they will be lost on upgrade.
*
* If you don’t know what a child theme is, you really want to spend 5 minutes learning how to use child themes in WordPress, you won’t regret it ?? !
* https://codex.www.ads-software.com/Child_Themes
*
*/Forum: Themes and Templates
In reply to: [Hueman] Font color of Header menuThank you very much again. I pasted the code into the style.css, but nothing changed:
/*
Theme
Name: S Child ThemeDescription: S 2016 Projekt
Author: S
Template: hueman
(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/.site-description {
color: #666;
font-size: 24px;
font-style: normal;
font-weight: 600;
padding: 5px 0;
}Forum: Themes and Templates
In reply to: [Hueman] Font color of Header menuThank you for your quick answer. I thought so, too. Having a look into the style.css of my hueman child theme I see that it is empty. What do I have to add (I know the color is #000000)?