Bilkish
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Garfunkel] Site Identity – Remove Italics & make Text BoldI worked it out thanks.
blog-subtitle { font-style:normal } .blog-subtitle { font-weight:bold }
Forum: Themes and Templates
In reply to: [Hemingway] Can’t “Customise” since moving to WordPress 5.9Sorry, forgot to note – resolved.
Forum: Themes and Templates
In reply to: [Hemingway] Can’t “Customise” since moving to WordPress 5.9Hi @anlino, I switched browsers and Customizer works fine in new browser. So something with my Safari that was causing my problem.
Thank you Anders, for your support, and for a theme that I love!
Forum: Themes and Templates
In reply to: [Hemingway] How to Reduce Height of black “Name” block in headerThank you @anlino, this works!
Thank you @kwbrayton for your suggestion.
Forum: Themes and Templates
In reply to: [Hemingway] Can’t “Customise” since moving to WordPress 5.9No matter @kwbrayton, I still appreciate your efforts to assist, thank you.
Forum: Themes and Templates
In reply to: [Hemingway] Can’t “Customise” since moving to WordPress 5.9@kwbrayton) thank you for your suggestion.
I deactivated all my plugins and checked at each step if this resolved my issues, but it didn’t.
So doesn’t appear to be conflict of plugin.
Thanking you.
Forum: Themes and Templates
In reply to: [Hemingway] How to Decrease Font Size of Pull Quote@kwbrayton you are brilliant and thank you so much – that works!
Forum: Themes and Templates
In reply to: [Hemingway] How to Decrease Font Size of Pull QuoteThank you for your link @kwbrayton – I haven’t been able to use the code in the article, since it doesn’t work on my theme.
But I appreciate your help, thank you.
Forum: Fixing WordPress
In reply to: Hemingway Theme Pull Quote Font SizeThank you, Joy – I’ll take my query to the correct forum.
Sorry, code for “comments” is without “s”:
.comment {
display: none;
}I’ve resolved my problem using following in CSS:
.post-author {
display: none;
}.comments {
display: none;
}Forum: Themes and Templates
In reply to: Hemingway: How to Increase line spacing between paragraphsThank you kindly – this code works.
(You have to add code to Custom CSS)