NateAnglin@gmail.com
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change blog post and page font colorThank you indelight.
That worked but changed all my hyperlinks.
Forum: Fixing WordPress
In reply to: Remove underline from linked imagesThat worked, thank you!!!
I’ll just have it underline when they hover.
Forum: Fixing WordPress
In reply to: Remove underline from linked imagesOkay, thank you all for your help. I think I’ll just remove the underline from all links. Thats the only way right?
Forum: Fixing WordPress
In reply to: Remove underline from linked imagesThank you!
I would want this for every image so would I just put this in the style.css or even custom css?
Forum: Fixing WordPress
In reply to: Remove third party plugin from single pageYea, it didn’t work.
It was actually for a page that hadn’t been published and was in the process of being drafted.
I went ahead and published per your instructions so you can see what I’m doing wrong. The link is below:
Forum: Fixing WordPress
In reply to: Remove third party plugin from single pageThat definitely makes sense but the code shows on top of the page. I entered it with the following body class:
<body class=”single single-landing_page postid-966 logged-in full-width-content”>
So I entered:
.postid-966 #optin {
display: none;
}Here is the beginning code for the optin box which you already have but maybe you cn see where I’m screwing up.
<div class=”entry-content”><div id=”optin”>
Forum: Fixing WordPress
In reply to: Remove third party plugin from single pageNo need to be sorry. I am so far out in left field with this so I really appreciate the help.
I found the code for the specific page through the inspector, and its:
<div class=”entry-content”><div id=”optin”>
Now what should should I replace the .single with?
._____ #optin {
display: none;
}Thanks for your help, I know this is pretty basic stuff.
Forum: Fixing WordPress
In reply to: Remove third party plugin from single page#optin is right for the form, but when I entered that into the custom CSS for the landing page it didn’t work.
I can send you copy of the preview page source code if that would help.
Forum: Fixing WordPress
In reply to: Remove all header informationGreat! Thanks for all your help.
Forum: Fixing WordPress
In reply to: Remove all header informationOkay, I will. The good news is is WordPress has the edit CSS which should mimic a child theme right? Not in the general sense of course. I will need the child them irregardless to replace my heading but I have been putting all my added design into the edit CSS in the appearance tab.
Forum: Fixing WordPress
In reply to: Remove all header informationI’m not using a child theme, although now you make me question that I should be.
I will contact the developer, even though their horrible to respond.
Forum: Themes and Templates
In reply to: How to change general font sizeThank you. I’ll take a look at firebug for Firefox.
Your code worked for the excerpts but not the font in the post itself.
Forum: Themes and Templates
In reply to: Can't Figure Out How to Change Hyperlink Color in Style.cssThat worked. Thank you SO much!
Forum: Themes and Templates
In reply to: Can't Figure Out How to Change Hyperlink Color in Style.cssThank you very much for your help. A dang novice, so I apologize for my lack of knowledge…like posting the entire CSS. I downloaded Jetpack, pretty neat and I entered the custom CSS, however I should have specified that I need just the hyperlinks in my posts to change colors, not everything. What should I add in the Custom CSS to resolve that?