Rickckck
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: [Tiny Framework] Change site header fontHi,
Solved it.
I imported the font by pasing this:@import url(https://fonts.googleapis.com/css?family=Dancing+Script);
And then used this code
.site-header .site-title,
.site-header .site-title a {
font-family: ‘Dancing Script’;
font-size: 46px
}Forum: Themes and Templates
In reply to: [Tiny Framework] Change site header fontThanks!
Forum: Themes and Templates
In reply to: [Tiny Framework] Remove or disable header imageNever mind! Had an custom header in one page that confused me. It works like a charm.
Really like your theme by the way. Keep up the good work!
Forum: Themes and Templates
In reply to: [Tiny Framework] Remove or disable header imageIs this modification made in style.css?
Another option as I see it is to modify this code in order to make it reverse, in other words, disable border for custom headers for posts and pages.
/* Tip06 - Custom headers for posts and pages. Uncomment following CSS rules to disable border and shadow on main header: */ /* img.header-image, .site-header img.wp-post-image { border-radius: 0; box-shadow: none; } */What do you think?
Viewing 4 replies - 1 through 4 (of 4 total)