jasonsulham@gmail.com
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Klasik] Klasik Theme Post/Page TitleYou’re awesome. Thank you. Had to go into my FTP to find that file but it was a learning experience. I really appreciate it. Enjoy the weekend.
Forum: Themes and Templates
In reply to: [Klasik] Klasik Theme Post/Page TitleThanks once again for your assistance. Unfortunately, I just can’t find that second .pagetitle attribute. I’ll have to stick with the template I guess.
Forum: Themes and Templates
In reply to: [Klasik] Klasik Theme Post/Page TitleOK. Will do. I saw that too on Inspect Element w/ Chrome.
Forum: Themes and Templates
In reply to: [Klasik] Klasik Theme Post/Page TitleI’ve already tried that. It’s one of the first things on the stylesheet and I’ve been able to change the font size and font family, but the color won’t change.
Forum: Themes and Templates
In reply to: [Klasik] Klasik Theme Post/Page TitleUsing Inspect Element I think I found the place in the Heading.PHP just below where I was making the earlier changes, but here is how the code looks in that file. Where would I change the color?
<div id=”afterheader” class=”twelve columns”>
<?php
klasik_page_title();$custom = klasik_get_customdata();
$cf_desc = (isset($custom[“page-desc”][0]))? $custom[“page-desc”][0] : “”;if($cf_desc){
echo ‘<span class=”pagedesc”>’.$cf_desc.'</span>’;
}
?>
</div>Forum: Themes and Templates
In reply to: [Klasik] Klasik Theme Post/Page TitleApologies, but one more question. Having the same issue attempting to change the post/page title font color. I’ve tried every location in both PHP and the CSS stylesheet with no luck. I’m able to change the font family, the font size… but not the color.
Forum: Themes and Templates
In reply to: [Klasik] Klasik Theme Post/Page TitleThanks Lettergrade for responding. Where is that code located? Can’t find it for the life of me.
Here is my website: northpa.com. As you can see the post/page title has an off white or very light blue background with slightly darker borders. I’d like to play around with the color of that background, making it either a lighter blue or a darker blue. I’d want to adjust the color of the text as well.
Thanks again.