JKorgaard
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Background color on text in Twenty TenYou’re both so really right.
I’m not a web developer at all. I’m something different.
The thing is I just wanted to change this little thing and then I’ll do the rest of the fittings. The thing is I will archive this customization.
Thank you for your help and useful information about my way of doing things 🙂
Forum: Themes and Templates
In reply to: Background color on text in Twenty TenNo, I don’t now how a stylesheet functions 🙂
Still I wouldn’t write here if I knew everything.
What I do know is that the *.php have to refer to the stylesheet. And I don’t think it does. I’ve found the text in loop.php and I can change that but I can’t change the background color.
@peredur: The code didn’t work but I think I have to refer to the stylesheet in the line with the text in loop.php. Thank you for effort to help and sorry for being bad of explaining my problem…
Forum: Themes and Templates
In reply to: Background color on text in Twenty TenWhat I’m after!
I would like to have theme where the first page is a picture (home). Check
Then I would like to have all the texts widgets etc. In a black box with white background. Not check.
The background changes from white to transparent. I want it white.
The code I posted was to show that some text are written in the loop.php like
<span class="cat-links"> <?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?> </span>“Posted on” as I see it, doesn’t refer to the stylesheet?
Forum: Themes and Templates
In reply to: Background color on text in Twenty TenI’ve found it to be in the loop.php that somehow it’s not referring to something in style.css.
First piece of code:
<div class="entry-utility"> <?php if ( count( get_the_category() ) ) : ?> <span class="cat-links"> <?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?> </span> <span class="meta-sep">|</span> <?php endif; ?> <?php $tags_list = get_the_tag_list( '', ', ' ); if ( $tags_list ): ?>If you look thru it you can see the span is but it I don’t think refers to the stylesheet.
Am I on the right track?
Forum: Themes and Templates
In reply to: Background color on text in Twenty TenForum: Themes and Templates
In reply to: Background color on text in Twenty TenIf you see “posted on” in the theme it’s with a transparent background. That I would like to change to the color white 🙂
I’ve made a child theme 🙂
And thank you for taking time to help 🙂
Jan
Forum: Themes and Templates
In reply to: Transparent backgroundThank you for your answer.
The solution helped but didn’t solve the problem 100%.