a) the way the theme displays italicized text, with a yellow highlight behind it.
and
b) that when text is formatted bold in a post, it doesn’t actually show up as bold in the blog post.
I can add custom css to the child theme to make changes, but I just don’t know how or what that customization should look like for these two issues.
Any help or suggestions?
]]>I’m using the Berlin wp theme from graphpaperpress.
Their support doesn’t address this issue so I come here for help.
To explain my problem is better to look at the difference between my homepage test https://www.superficiel.org/wordpress and their demo https://demo.graphpaperpress.com/berlin/
Basically the template is all messed up at the bottom and I don’t know which file I should check to rectify the problem.
thank you if anyone has any idea.
does anybody have the same problem? all the other (free) graphpaperpress-themes work perfectly.
greetings,
stefanie
I just installed the “Berlin” theme from Graph Paper Press.
There is a problem concerning categories; only one category is displayed repeatedly in all areas. Is there any way I can fix it?
Thank you in advance,
Akis
]]>Using some guesswork based on a similar post here:
https://www.ads-software.com/support/topic/child-theme-stylecss-not-overriding-parent?replies=4
1. I added a header.php file to my child theme folder.
2. Then I copied the whole of the header.php code from the parent’s file into my child header.php. (I’m sure this isn’t necessary, but like I said, I don’t know what I’m doing).
3. Then I replaced this line in the child theme’s header.php
<link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/style.css” type=”text/css” media=”screen, projection” />
with this
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_directory’); ?>/style.css” type=”text/css” media=”screen, projection” />
I guess because “stylesheet” tells the child to reveal its own stylesheet changes rather than the parent’s “template” style? Who knows? Anyway, now styles I write in my child theme’s style.css seem to override the Berlin theme’s style.css which is a dream come true.
]]>Using some guesswork based on a similar post here:
https://www.ads-software.com/support/topic/child-theme-stylecss-not-overriding-parent?replies=4
1. I added a header.php file to my child theme folder.
2. Then I copied the whole of the header.php code from the parent’s file into my child header.php. (I’m sure this isn’t necessary, but like I said, I don’t know what I’m doing).
3. Then I replaced this line in the child theme’s header.php
<link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/style.css” type=”text/css” media=”screen, projection” />
with this
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_directory’); ?>/style.css” type=”text/css” media=”screen, projection” />
I guess because “stylesheet” tells the child to reveal its own stylesheet changes rather than the parent’s “template” style? Who knows? Anyway, now styles I write in my child theme’s style.css seem to override the Berlin theme’s style.css which is a dream come true.
]]>I want it to look like this
But it looks like this!
Can anyone help me out? I have multiple categories, but they still don’t show up where I think they should.
]]>edit: I’ve redacted the areas with sensitive information on the image of my layout
]]>edit: I’ve redacted the areas with sensitive information on the image of my layout
]]>