I'm having difficulty changing the color of the Header text. I even went to the CSS and edited the Heading with no luck.
Thanks.
I'm having difficulty changing the color of the Header text. I even went to the CSS and edited the Heading with no luck.
Thanks.
Dear Henri
I am now using the latest version of codium and wordpress, and have done the same change as what worked before, but now the header is showing no image at all, even though in my dashboard (appearance, header) it shows the image, and I select "show text: no"...but on the site, it just shows the text regardless?
did I miss something?
// This theme allows users to set a custom header image
define('HEADER_TEXTCOLOR', '444');
define('HEADER_IMAGE_WIDTH', 980); // use width and height appropriate for your theme
define('HEADER_IMAGE_HEIGHT', 250);
// gets included in the site header
function codium_extend_header_style() {
if (get_header_image() != ''){
?><style type="text/css">
div#header {
background: url(<?php header_image(); ?>); height :230px; -moz-border-radius-topleft:6px;border-top-left-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;
}
http://distribution.diletto.co.za/
I sincerely hope you can assist me please.
thank you so much
greetings again from South Africa.
This topic has been closed to new replies.