OB
Forum Replies Created
-
That did it! Thank you!
I did a search for custom.css and got no hits. Then i looked for *custom*.css and all its variations and got no hits. So I don’t think so. It is theme fifteen.
Hi,
Thanks for responding so quickly!
It appears to be a gap between where the header image ends at its bottom and the top of the background image. If you follow my link to the website you can see it very clearly.Forum: Themes and Templates
In reply to: [Fifteen] Changing the background on PostsHi,
I’m sorry to say it didn’t make any difference. I don’t mean to be a pain, it’s just in my nature.:) I have tried everything suggested in this post and nothing seems to do the job. I’m going to show you my style.css in my child theme one more time. Please take a look at the way I am applying the code and also please make sure I didn’t make any mistakes in the way I modified the WP example for the style.css file. By the way, the snippet above the last suggestion works just fine at removing the date and clock icon. Here’s the file:
/*
Theme Name: Fifteen Child
Theme URI: https://www.bestmenswatchesreviews.com/wp-content/themes//fifteen-child/
Description: Fifteen Child Theme
Author: OB Burton
Author URI: https://www.bestmenswatchesreviews.com
Template: fifteen
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: fifteen-child
*/@import url(“../fifteen/style.css”);
/* =Theme customization starts here
————————————————————– */
.posted-on {
display: none;
}#primary-main .site-main {
background: #E6E6E6;
}
Thanks for your help.Forum: Themes and Templates
In reply to: [Fifteen] Changing the background on PostsHi,
Thanks for your help!
I tried your code and nothing changed. So it must definitely be something I am doing wrong.To recap: I have a child theme. I know very little. Iam adding the code at the end of the child theme’s style.css file. I’ll show you the whole file.`/*
Theme Name: Fifteen Child
Theme URI: https://www.bestmenswatchesreviews.com/wp-content/themes//fifteen-child/
Description: Fifteen Child Theme
Author: OB Burton
Author URI: https://www.bestmenswatchesreviews.com
Template: fifteen
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: fifteen-child
*/@import url(“../fifteen/style.css”);
/* =Theme customization starts here
————————————————————– */#primary-main .main-article {
background: #E6E6E6;
border: 10px solid #E6E6E6;
outline: 1px solid #E6E6E6;
}.posted-on {
display: none;
}
html, body {
background-color: red;
}
I hope that helps you see my error.Forum: Themes and Templates
In reply to: [Fifteen] Changing the background on PostsHi,
As I disclosed in my initial post “I have a child theme. I have no experience changing the css file, but I am eager to learn.”Evidently this is my first opportunity to learn. I tried to insert this code in my fifteen-child style,css and nothing changed. I’m sure it must be something I’m doing wrong, but what?
I opened the Appearance menu > Editor. Then after the line /* =Theme customization starts here
————————————————————– */ I pasted the code #primary-main .main-article {
background: #E6E6E6;
border: 10px solid #E6E6E6;
outline: 1px solid #E6E6E6;
}
I then Updated the file and visited the website but nothing changed. Just to be sure I walked through the steps again to no avail. I tried emptying all caches and moving the code inside of the ending notation, but nothing seems to work. I am stumped. What am I doing wrong?
Again, my website is https://www.bestmenswatchesreviews.comForum: Themes and Templates
In reply to: [Fifteen] Hiding the author and date displays in the postsI figured out how to eliminate the date but not the clock icon. Would ideally like to get rid of it too.
Forum: Themes and Templates
In reply to: [Fifteen] Too many lines shown in post preview on home pageI updated the content of the post and the issue went away. Ah, computers, you can’t live with them and you can’t shoot the internet.
Forum: Fixing WordPress
In reply to: I can't find style.cssThanks!
Forum: Fixing WordPress
In reply to: I can't find style.cssI am using the wprtGuitarTheme I got it from a client that wanted me to use it for his site, so I don’t know where he downloaded it from. Do you need me to find out?