StaceyMercer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Surfarama] post and page title coloursNot to worry I’ve found how to do it. Thanks for your help ??
Forum: Themes and Templates
In reply to: [Surfarama] post and page title coloursBy the way it has worked for the static pages so thanks ??
Forum: Themes and Templates
In reply to: [Surfarama] post and page title coloursis there a way of doing this so that if a post has, say, the portfolio category it will be pink. I tried changing the post id to cat id like this
/******* Change the color of the post title for Portfolio to Pink **/ #id-87 .entry-title { color:#e5749f; }
But it hasn’t worked, is it because the post has more than 1 cat assigned to it or because the code is wrong? Do I need to format it differently?
Forum: Themes and Templates
In reply to: [Surfarama] post and page title coloursThanks I’ll try that ??
Forum: Themes and Templates
In reply to: [Surfarama] post and page title coloursI actually mean when you are reading the post like this one or ona a static page like Food Heaven, Food Hell
What I would like is to have the titles the same colour as the category colourForum: Themes and Templates
In reply to: [Purple Pro] Overhanging formBrilliant, thank you very much Andrew ??
Forum: Themes and Templates
In reply to: [Purple Pro] Overhanging formYes that’s it excatly, what do I need to do? for the submit button
Forum: Themes and Templates
In reply to: [Purple Pro] Overhanging formI’ve actually figured it out now my question is how can I get the submit button to the side of the password text box?
Forum: Themes and Templates
In reply to: [Purple Pro] Setting defulault colour to ExcerptsClosed
Forum: Themes and Templates
In reply to: [Purple Pro] Changing the header imageI think everything here is all sorted so I’ll mark this thread as resolved ??
Forum: Themes and Templates
In reply to: [Purple Pro] Changing the header imageI think maybe you need to remove the following coding from the single page (single).php
<p class=”post-meta”><span class=”icon date”></span> <?php the_time( get_option( ‘date_format’ ) ) ?>, <span class=”icon author”></span> <?php the_author(); ?>, <span class=”icon cats”></span><?php the_category(“, “); ?>
Forum: Themes and Templates
In reply to: [Purple Pro] Setting defulault colour to ExcerptsThanks, where should I put it?
I pasted it in to the style.css but it didn’t change anything.
UPDATED
Not to worry, I forgot to add the #.