OB
Forum Replies Created
-
Thank you!
That did it!Forum: Fixing WordPress
In reply to: I'm looking for a theme to use for a home pageThanks!
Unfortunately I don’t have the time to use the first suggestion right now, but I had forgotten about the second. I bookmarked both and I’ll start going through the themes list tonight or tomorrow. I’ll leave this post open in case someone has a specific theme to recommend, but thanks again!Forum: Themes and Templates
In reply to: [Fifteen] Changing the H2 and H3 headers.Oh, the futility of being a bonehead! Thank you!
That did it! Thanks to you and several of the other members and moderators I actually think I’m beginning to see light at the end of the tunnel. In spite of my lack of doing a careful review of my code I am actually beginning to get a handle on using CSS, at leastr for the simple stuff.
Thanks again!
Forum: Themes and Templates
In reply to: [Fifteen] Changing the H2 and H3 headers.Thanks, I didn’t realize that about the W3 Total Cache plug-in, though I should have. Well, I disabled W3 and tried again, but no cigar. It still didn’t change the H2 or H3 fonts. Then I tried a variation based on what I saw in the bootstrap.css fie:
h2 .h2 { font-family: Times New Roman, Garamond, serif !important; font-size: 2em !important; font-weight: bold !important; padding:0; margin:0; } } h3 .h3 { font-family: Times New Roman, Garamond, serif !important; clear: none; font-size: 1.2em !important; font-weight: bold !important; padding:0; margin:0; } }
But that didn’t work either. Then I did the unforgivable and made a new modified bootstrap.css replacing the only reference to h2 having a font change in it. I did back up the file and comment the revised version. But even that did not change the H2 & H3!
Forum: Themes and Templates
In reply to: [Fifteen] Changing the H2 and H3 headers.Thanks, I didn’t realize that about the W3 Total Cache plug-in, though I should have. Well, I disabled W3 and tried again, but no cigar. It still didn’t change the H2 or H3 fonts. Then I tried a variation based on what I saw in the bootstrap.css fie, for instance:
h2 .h2 { font-family: Times New Roman, Garamond, serif !important; font-size: 2em !important; font-weight: bold !important; padding:0; margin:0; } } h3 .h3 { font-family: Times New Roman, Garamond, serif !important; clear: none; font-size: 1.2em !important; font-weight: bold !important; padding:0; margin:0; } }
But that didn’t work either. Then I did the unforgivable and made a new modified bootstrap.css replacing the only reference to h2 having a font change in it. I did back up the file and comment the revised version. But even that did not change the H2 & H3!
Forum: Themes and Templates
In reply to: [Fifteen] Changing the H2 and H3 headers.Thanks for your help!
I really appreciate it. I thought I had tried !important before, but I went ahead and tried it again. No dice, it still doesn’t work. Have you any other tricks up your sleeve?Forum: Themes and Templates
In reply to: [Fifteen] Changing the H2 and H3 headers.Yes, I’d be glad to.
I can’t see it when I look at my post so I’ll post the plain text so you can cut-and-paste it if you can’t see it either:
https://www.bestmenswatchesreviews.com/
Thanks for looking at it.Yes, I can be more specific if I only knew where and how to start the code to apply it to the areas I want it changed. They are the posts and the content of the pages. My website is https://www.bestmenswatchesreviews.com
I have a child theme and I’m using Custom CSS Manager for my CSS changes.
Well, I’ve learned to live with my h1 but I still want to change my h2 and h3 in the posts and pages content only. I don’t really have any problem with the code to change the styles itself. I just need to know how to apply it where I want it.
Forum: Themes and Templates
In reply to: [Fifteen] Can theme fifteen be used as a subsite?Sorry, I understand that I can. What I am not too clear on is the how. I’m a newbee to WordPress. Just unlearned.
Forum: Themes and Templates
In reply to: [Fifteen] Can theme fifteen be used as a subsite?Hi,
Thanks for the information, but I’m still not too clear on how to go about it. Can you direct me to a tutorial or something?Forum: Themes and Templates
In reply to: [Fifteen] Insert a textbox above the posts on the home page?Still hoping someone can help me to insert a page or textbox above the posts on “Home” of the fifteen theme. I tried using a static page but that did not allow me to get back to what is now “Home” at all. Do I have to create something in my header image?
Forum: Themes and Templates
In reply to: [Fifteen] Insert a textbox above the posts on the home page?Oops, I replied to the wrong email, I actually did not get that from goalnetZ Steve but from my own anal retentive striving for perfection in even the most inane details! Gluck!
Forum: Themes and Templates
In reply to: [Fifteen] Insert a textbox above the posts on the home page?You’re welcome but I just learned that little trick three days ago from a member named goalnetZ Steve, so he deserves the thanks, not me. But I’m glad I could pass it along.
Forum: Themes and Templates
In reply to: [Fifteen] Remove author and date from posts and pagesHi,
To remove the date:.posted-on { display: none; }
To remove the author and icon:
.fa-user { display: none; } .vcard { display: none; }