Forum Replies Created
-
Mod
I forgot to add a semicolon after the
font-sizedeclaration in the code I gave you. It should be:.post-title,
.post-title a,
.post-title a:visited {
font-size: 34px;
font-family: 'Black Ops One',sans-serif;
font-weight: bold;
padding-bottom: 5px;
}Sorry about that. It should work now.
Mod
Make sure to empty your browser and server caches after you make changes like this. Alternately, try viewing your site in a browser you don’t ordinarily use.
Mod
Also, you are missing a closing curly brace in your above code. It should be:
.post-title,
.post-title a,
.post-title a:visited {
font-size: 34px
font-family: 'Titillium Web',sans-serif;
font-weight: bold;
padding-bottom: 5px;
}Also, always be sure to specify a default back up font (sans-serif, serif, monospace, etc.) in case the font you specify fails to load.
Mod
I’ve posted instructions for adding Google webfonts here:
https://forum.graphene-theme.com/graphene-support/change-fonts
I think that’s what you need. If not, let us know.
Mod
Which version did you update to?
Is your WordPress install up to date?
Did you get an error message? If so, what is it?
Try disabling all plugins except Jetpack, then try connecting again.
Mod
It’s a heavily modified version of the stand alone version of bbPress.
Mod
Is the image the featured image? What do you have set up to display in the slider?
Mod
It’s not a bug in Graphene. Try temporarily disabling your plugins, emptying your server cache, and reloading the page to rule out a plugin issue.
Mod
See this thread:
https://forum.graphene-theme.com/graphene-support/change-fonts
I think that’s what you need; if not, please let us know.
Mod
Are you using Google Adsense for mobile? It should display correctly on both mobile and desktop.
If so, are you using a child theme, or have you edited any theme files?
