-
This is controlled by Post Title color in Socrates > Styling
But I think I see the problem.
In header.php I had you add the h1 tag because you change the categories to h1 titles.
You need to change the second h1 line to
h1 a,
-
Nope. Didn't do it either.
PHP Code:
<!-- Style for custom elements -->
<style type="text/css">
body {font-family:<?php if ($style['themeBodyFont'] != '') echo stripslashes($style['themeBodyFont']); else echo "'lucida grande', Verdana, Sans-Serif"; ?>;}
h1, h2, h3, h4, h5 ,h6 {color:#<?php echo $style['hColor']; ?>}
h1 a, h2 a, h3 a, h4 a, h5 a ,h6 a {color:#<?php echo $style['hColor']; ?>}
h2 a:hover, h3 a:hover, h4 a:hover, h5a:hover ,h6 a:hover {color:#<?php echo $style['hHover']; ?>}
.page a, .sidebar a {color:#<?php echo $style['postColor']; ?>}
.page a:hover, .sidebar a:hover {color:#<?php echo $style['postHover']; ?>}
.post { padding: <?php echo $style['themeContentPadding']; ?>px;}
-
Look at your source code..
.page h1 a {color: #006bb3;}
}
You never changed that color back.. and you have an extra closing bracket.
-
Hmmm bit confused? Thats the blue colour code I want to use.
Got rid of the extra bracket in Custom CSS. So you saying you still want me to change code in PHP?
-
I'm confused as well.. This is definitely the most extensive support issue we've had since we launched the product lol.
I'm a bit lost on the blues, greens, pages, categories, 404's and changes that have been made. And I apologize for that... You're the first customer to ever change the category title from h2 to h1.
Try add this to bottom of custom css box
h1 {color:#006bb3;}
h1 a {color:006bb3;}
-
-
 Originally Posted by Dan Nickerson
I can't explain why removing ‘ and ’ from around this line in archive.php does not work for you.
<?php single_cat_title(); ?>
It works for me in testing.
It should look like
<?php /* If this is a category archive */ if (is_category()) { ?>
<h2 class="pagetitle">Archive for the <?php single_cat_title(); ?> Category</h2>
And all I see is Green text... I don't see Black anymore.
I am new to this. Here is the the line I have in my source.
<?php /* If this is a category archive */ if (is_category()) { ?>
<h2 class="pagetitle">Archive for the <?php single_cat_title(); ?> Category</h2>
I cannot delete "Archive" from in front of my Articles.
Please help.
Thanks,
Don
-
What happens when you try to delete it? Are you getting an error of some sort?
-
Archive Removal
 Originally Posted by Dan Nickerson
What happens when you try to delete it? Are you getting an error of some sort?
Hi Dan,
I felt like I was in the Twilight Zone. I went back a few times and everything was the same Author, Date and Time was still there after I removed the lines you gave me. Just before I received your message, I went again, and your suggestion had worked. I don't know why it took so long to work, but I sure thank you for your insight.
I will have to come back to the forum and get some help with my footer pages, but I will let you rest a little from me.
Thanks again,
Don
-
Sounds like you might have a caching plug-in running. That would delay your changes from appearing.
Similar Threads
-
By akabigmike in forum Official Support
Replies: 8
Last Post: 08-13-2011, 07:52 PM
-
By alwardi in forum Official Support
Replies: 3
Last Post: 05-29-2011, 12:43 PM
-
By paulw in forum Official Support
Replies: 8
Last Post: 01-12-2011, 11:45 AM
-
By BillGriffith in forum Graphics and Design
Replies: 4
Last Post: 12-31-2010, 12:04 PM
-
By steelmayhem in forum Official Support
Replies: 1
Last Post: 10-10-2010, 03:21 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|