Marti42
Forum Replies Created
-
Forum: Plugins
In reply to: [BackUpWordPress] Error message: php zip read errorThanks Aetool, I deleted the plugin and reinstalled. All looks good now
Many thanks
Marti
Forum: Themes and Templates
In reply to: Salient theme Modify heading 1 fontMany thanks Stephen. It’s worked a treat.
Also, the websites sent through are very good. You can find many things on Google, but sometimes it’s hard to find where to start, especially when your new to a topic. I also like the humour and colour in the first site – makes for a more interesting read.
Have a great weekend!
Martina
Forum: Themes and Templates
In reply to: Salient theme Modify heading 1 fontWow! Thanks Stephen, you’re awesome! I thought it’d never get there. A month ago I didn’t know what FTP was ??
Only one more thing to trouble you with. It has worked for my blog and flower headers, but it hasn’t worked for all of the other h1’s on other pages, such as:
https://justoutsidetheboxcartoon.com/books/1st-book-the-long-roll-home/
https://justoutsidetheboxcartoon.com/faq/
https://justoutsidetheboxcartoon.com/meet-the-characters/Do I need to specify the font h1 for each page? If so, can you please help me one more time? I assume there would some type of formula which would enable me to figure out what the page code name is, so I can apply it to all of my webpages not listed above?
Martina
Forum: Themes and Templates
In reply to: Salient theme Modify heading 1 fontHiya Stephen,
Many thanks for helping.
I’m new to this, so I don’t think I quite understand “h1 shouldn’t be in parentheses and you’ve got curly quotes instead of straight quotes in your font-family rules.” and how this translates into the code. The font family rules (that’s the @font-face?) was supplied by the Font supplier, but I have changed the curlies. So here is another copy and paste of my new child css below so you can see what I’ve done.
I might have lead you astray leading you to my home page as I haven’t used header 1 there. I am using it here,
https://justoutsidetheboxcartoon.com/guess-whos-crashed-the-party/
in my blog posts, with the green heading titled “Maybe you don’t have an Ohrwurm…”
and here too
https://justoutsidetheboxcartoon.com/books/1st-book-the-long-roll-home/Also, I can see that your code has changed my heading text with flower background, but instead of good dog, I see something which looks like a bold Times New Roman font.
My new css
/* Theme Name: Salient Child Theme Theme URI: http: //justoutsidetheboxcartoon.com/ Description: This is a custom child theme for Salient Author: Martina Author URI: http: //justoutsidetheboxcartoon.com/ Template: salient Version: 0.1 */ @import url("../salient/style.css"); @font-face ( font-family: 'gooddogregular'; src: url('gooddog-webfont.eot'); src: url('gooddog-webfont.eot?#iefix') format('embedded-opentype'), url('gooddog-webfont.woff2') format('woff2'), url('gooddog-webfont.woff') format('woff'), url('gooddog-webfont.ttf') format('truetype'), url('gooddog-webfont.svg#gooddogregular') format('svg'); font-weight: normal; font-style: normal; ) h1 { font-family: gooddogregular; font-size: 24px; } body .swiper-slide .content h2 { font-family: 'gooddogregular'; }
Forum: Themes and Templates
In reply to: Salient theme Modify heading 1 fontSorry, I thought my website was attached to my ID as part of the set up
https://www.justoutsidetheboxcartoon.com
Martina