Oxygen theme: How to add Post / Pages Titles in Bold
-
Dear friends:
I’m trying to use the Oxygen theme in a website with premium plan.
I want to use Post and Pages Titles in bold. i’m not an expert in CSS and I’m not sure how to do it, since I don’t find font-weight attribute to modify it.
Oxygen’s CSS is in this link:
https://s1.wp.com/wp-content/themes/pub/oxygen/style.css?m=1360153398g&minify=false
Any help will be welcomed.
Thanks in advance !!
-
-
Hi, jamiegiannini:
Very kind of you.
So I should go to the following part of the CSS:
/* Headings */
h1,h2,h3,h4,h5,h6
etc..and I would have to add the code you indicate.
Did I understand ?
-
Just copy and paste that code snippet into your CSS editor.
You can add custom CSS to your WordPress.com blog using the CSS Editor in the Appearance → Customize → CSS panel in your blog dashboard.
Let me know if that helps!
-
-
Thanks for your encouragement, Jamie !!
But my last idea doesn’t work:
.page-title {
color: #any color;
}That is, page titles remain that pale grey no matter the color I add to this code.
Some ideas?
-
-
Thanks for your encouragement, Jamie !!
But my last idea doesn’t work:
.page-title {
color: #any color;
}That is, page titles remain that pale grey no matter the color I add to this code.
Some ideas?
-
-
-
Ok no worries, we’ll figure it out. Provide a link to your site and tell me exactly which copy you’d like to make a different color.
-
Change your
.entry-title
CSS rule to this.body.page .type-page .entry-title, .not-found .entry-title, .page-title, .entry-title a { color: #111; }The post and page titles are already bold, but the font that is used doesn’t have a very wide stroke, so they don’t appear very “bold”. Adding a bold declaration will make no difference.
-
Dear thesacredpath:
It worked !!
Thank you very much to you and Dear jamiegiannini.
And Happy New Year !!
-
-
- The topic ‘Oxygen theme: How to add Post / Pages Titles in Bold’ is closed to new replies.