Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter JKorgaard

    (@jkorgaard)

    You’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 🙂

    Thread Starter JKorgaard

    (@jkorgaard)

    No, 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…

    Thread Starter JKorgaard

    (@jkorgaard)

    What 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?

    Thread Starter JKorgaard

    (@jkorgaard)

    I’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?

    Thread Starter JKorgaard

    (@jkorgaard)

    @esmi: I’ve got Firefox and firebug but doesn’t really got into yet (got it today)

    @peredur: Yes I’ve tried the piece of code you gave me but didn’t work.

    Thread Starter JKorgaard

    (@jkorgaard)

    If 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

    Thread Starter JKorgaard

    (@jkorgaard)

    Thank you for your answer.

    The solution helped but didn’t solve the problem 100%.

Viewing 7 replies - 1 through 7 (of 7 total)