vicdm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Older Posts can't find style.cssThank you alchymyth!
Forum: Themes and Templates
In reply to: Older Posts can't find style.cssvictorsarbu
Forum: Themes and Templates
In reply to: Older Posts can't find style.cssYes, just the theme.
Forum: Themes and Templates
In reply to: Older Posts can't find style.cssAre you able to post your files on github or bitbucket?
I’ll take a look at the files and continue with the help in this post till it’s resolved.
Forum: Themes and Templates
In reply to: Older Posts can't find style.cssI am making an assumption here, but it looks like you are loading your <?php get_header(); ?> in the ‘<header></header>’ .
<?php get_header(); ?> should be placed at the very top of your php file above all the other tags.
Forum: Themes and Templates
In reply to: Widen body with ELEMINSince your site is responsive, are you looking to apply the width of the blog to all breakpoints or just a certain breakpoint?
Also, that code from the site you posted will not work on your site as the classes need to correspond to your theme.
Forum: Themes and Templates
In reply to: [Spun] Changing header/bubble font to match footer?ok, try this:
.site-title{ font-family: Quicksand, Helvetica, Arial, sans-serif; font-style: normal; -webkit-text-stroke: .35px; font-size: 12px; font-size: 1.2rem; text-transform: uppercase; }In your style.css replace the .blog .hentry span.hometitle{} with this:
http://pastebin.com/nzPjhGkZForum: Themes and Templates
In reply to: [Spun] Changing header/bubble font to match footer?The default footer font is:
Quicksand, Helvetica, Arial, sans-serifThe CSS classes to change are:
.site-title{} and .hentry.no-thumbnail span{}Hope this helps!