mrmccarrin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: FirebugI apologize.
Forum: Fixing WordPress
In reply to: FirebugOk – thanks again.
Forum: Fixing WordPress
In reply to: FirebugJust another quick question? Do you know why it is not working in my child theme? I would just like to know for future reference?
Forum: Fixing WordPress
In reply to: FirebugThank you!
Forum: Fixing WordPress
In reply to: FirebugI took all content out of my child theme because it was not working and moved it to the css manager plugin where it does work and I am not sure why it works in one place and not the other? This is the content I am using:
.entry-content h1 {
border-bottom: 1px solid black;
}img.header-image {
border-radius:0;
box-shadow:0 0 0 rgba(0,0,0,0);
position:absolute;
top:50px;
}
.site-header {
padding-top:5rem;
}I am just nervous about only using this plug in for when I want to make more complicated adjustments to the footer and when I want to create two columns in the body of the twenty twelve theme? Can I do all this in the CSS manager editor? Or am I going to run into problems later?
Forum: Fixing WordPress
In reply to: FirebugI also got a tip to switch the content around to:
.entry-content h1 {
border-bottom: 1px solid black;
}but that also did not work.
Forum: Fixing WordPress
In reply to: FirebugThank you! That is what I did, however, the content I am putting in my new style sheet (in the child theme) is not displaying on my site?
Forum: Fixing WordPress
In reply to: Child themeThanks – Does Google fonts count as an overriding style?
Forum: Fixing WordPress
In reply to: Child themeHI – I tried this and found what I need to edit:
<div class=”entry-content”>
<h1>Philadelphia Workers’ Compensation Attorneys</h1>However, I do not understand how to edit this in my css.style editor? Currently, I have
h1.entry-content{
border-bottom: 1px solid black;
}But, it does not work.
Any suggestions or direction?Forum: Fixing WordPress
In reply to: Child themeThank you. I will try that.
Forum: Fixing WordPress
In reply to: Custom CSS EditorNever mind. I figured it out when I read the material you provided. Thank you.
Forum: Fixing WordPress
In reply to: Custom CSS EditorThank you. I have created my child theme and activated. I am trying to recreate the site https://www.pearsonkoutcherlaw.com for my company (not just the footer). Now that I have a child theme created, I am not really sure where to go? Can you point me in the right direction?
Forum: Fixing WordPress
In reply to: Custom CSS EditorI am trying to re create one very similar. My current is https://meganrmccarrin.com
Forum: Fixing WordPress
In reply to: Custom CSS EditorThanks. I am trying to re create this footer: https://www.pearsonkoutcherlaw.com/
Forum: Fixing WordPress
In reply to: H1 TagsThank you.