Forum Replies Created
-
AuthorPosts
-
Hei Shri,
I have put it that way:
<h1 class=”entry-title” style=”color:#000000;”><?php the_title(); ?></h1>
should i do it differently?
Greetins,
Triin
Dear Shri,
Changing the background colour work now, but the advice how to change the title is not working. <h1 class=”entry-title”> Make it like this: style=”color:#000000;”>
I have found the h1 class entry-title in several files and added this style=”color:#000000;” there, but no change in post title colour. it remains white… any suggestions where to change it actually to black with out changing the section font colour? Thanks in advance,
Triin
Hei Shri,
Thanks for your advice. Where should i put it exactly? Maybe it it some other file than single.php? This is what I have at the moment in single.php file:
<?php
/**
* The Template for displaying all single posts.
*
* @package SKT Black
*/
get_header(); ?>
<div class=”content-area”>
<div class=”middle-align content_sidebar”>
<div class=”site-main” id=”sitemain”>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, ‘single’ ); ?>
<?php skt_black_content_nav( ‘nav-below’ ); ?>
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || ‘0’ != get_comments_number() )
comments_template();
?>
<?php endwhile; // end of the loop. ?>
</div>
<?php get_sidebar();?>
<div class=”clear”></div>
</div>
</div>
<?php get_footer(); ?>
Hei Shri,
The blog pages are the following for example: http://miles.ee/2015/01/proov/
I would like this to look like its in your SKT white theme: http://milesthorn.eu/2015/06/test/
When I upload an image into this post, it will be not displayed as background but it will be the content of this post…
Dear Shri,
Thanks for suggesting List-Category-Posts for as a solution. I have installed and activated this now on the site, but how to proceed form there. How and where I can change what will be displayed on at the footer under recent posts. At Theme Options > Footer I can only change the name of that section, but where can i change the content of it. Thanks in advance,
Triin
www.milesproductions.eu
Dear,
I would like to change the background colour only on my posts page to white instead of black. Could you guide me where to do that. Thank you
Triin
www.milesproductions.eu
-
AuthorPosts