Different fonts..
-
http://i63.tinypic.com/9qimgo.png
http://i67.tinypic.com/10s4ric.png
Why is the lower image text grey?? Doesn’t seem to be any obvious reason? Both are in Paragraph boxes and setting seem the same?
-
This topic was modified 7 years ago by
Steven Stern (sterndata).
-
This topic was modified 7 years ago by
-
Please provide a link to a page on your site where we can see this. Thanks.
Site is not live yet, I ave a coming soon page… i can’t seem to link images here… It usually works with them tiny pic images???
I can see your images, but I want to be able to use the browser’s inspector tool to see the CSS, etc. Images are not helpful.
All I see is a coming soon page. π
I did say that π
I will take it off now for you… Thanks again for your time!
If you go to the about page… You willl se the text in question.. one is black (which looks right) and one is grey).
The lower one is a standard
<p>, with this CSS:p { font-size: 15px; font-family: "Nunito Sans", sans-serif; color: #8c9597; line-height: 25px; margin-bottom: 1.5em; font-weight: 400; }The first one is black because your theme sets black as the color of the first
<p>block in your content area:.page .entry-content p:first-of-type { color: #001936; border-bottom: 1px dotted #bababa; padding-bottom: 20px; }So, I’d try this:
p .entry-content { color: #001936;' }To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
As this is set by your theme, I recommend asking if there’s a way to tell the theme not to do that at https://wordpress.org/support/theme/newspaper-x#new-post so the themeβs developers and support community can help you with this.
-
This reply was modified 7 years ago by
Steven Stern (sterndata).
Oh right, so how it is – is how it is meant to be???
Should I just leave it?
Doesn’t looks as good to me??
Ask the developers of your theme.
-
This reply was modified 7 years ago by
Steven Stern (sterndata).
OK this code, do I just insert it in the CSS at the bottom of the page??
To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress
Where do I put thid..
p .entry-content {
color: #001936;’
}So it is applied to the whole site?
I am just a bit worried I am going to put this code in CSS and mess it all up??
I am unsure that the greyed out text looks any good… Well No, it doesn’t…
I just add that code in the CSS box and boom the whole site or just that page?>?
If will have site-wide effect.
Note: i see a typo in my original reply. Use this CSS instead:
p .entry-content { color: #001936; }Sod it, let’s give it a go!
-
This reply was modified 7 years ago by
The topic ‘Different fonts..’ is closed to new replies.