Taparitas
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Site title font changes across page and postsYou are totally right Andrew….I was pulling my hair with this! – you’re awesome….all working now. Thank you, thank you.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Site title font changes across page and postsI run a test changing the property font-size – any changes apply to the site title in the static home page and post pages. So it seems the font family I am using (Jim Nightshade) is not being loaded and applied to the post pages…those are using some kind of a default font instead.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Site title font changes across page and postsJust isolating the css section in question here (I have targeted the class, not the element):
/* to change site title format */
.site-title {
font-family: ‘Jim Nightshade’ ;
font-size: 50px;
text-transform: none;
font-weight: 300;
}Forum: Plugins
In reply to: [Fast Secure Contact Form] Submit button backgroundMarked as resolved.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Submit button backgroundMany thanks for pointing me in the right direction….what I ended up doing is the following – I added this to my styles.css file:
input[type="submit"], input[type="button"], input[type="reset"] { border-bottom: none !important; }and it worked!
Thanks,
Martin