- This topic has 7 replies, 3 voices, and was last updated 5 years, 3 months ago by
Mahesh.
-
AuthorPosts
-
April 19, 2017 at 11:25 pm #114295
Jennifer Sims
ParticipantI’d liek to change the font weight on:
page titles
widget titles
archive titles
slider image titles
feature content titlesCurrently using helvetica and want all titles to be in light not bold.
April 20, 2017 at 2:34 am #114322Mahesh
Keymaster@jennifersimsdesign-com-au: Go to Dashbaord=> Appearance= Customize=> Additional CSS box and add the following CSS:
#feature-slider .entry-title, #primary .entry-content h3, .blog .entry-title, .archive .entry-title, #secondary .widget-title, .widget_fabulous_fluid_page_widget .entry-title, .widget_fabulous_fluid_post_widget .entry-title, #per-slide-template h2, #featured-content .featured-content-wrap .entry-title { font-weight: 300; }
Regards,
MaheshApril 20, 2017 at 3:48 am #114329Jennifer Sims
ParticipantThanks!
May 8, 2017 at 6:28 pm #115479phillycontemporary
ParticipantHi! I’m trying to use the CSS for changing the font in the Featured Content entry titles, and it isn’t working… Cache emptied and all..
Would this work on its own? :
#featured-content .featured-content-wrap .entry-title {
text-transform: none;
}Let me know–Thank you!
May 8, 2017 at 6:29 pm #115480phillycontemporary
ParticipantMy site is: http://philadelphiacontemporary.org/
May 9, 2017 at 6:15 am #115500Mahesh
Keymaster@phillycontemporary:
text-transform
is working correctly. What actually is the issue you are facing. Let me know further.Regards,
MaheshMay 9, 2017 at 9:50 am #115507phillycontemporary
ParticipantIt seems that text-transform isn’t working for the two Featured Content entry titles on my homepage (at the bottom). They are still in all-caps. I figured it out for the Featured Grid Content entry titles a while ago, but I can’t see the CSS working on any browser, even with my cache emptied.
May 10, 2017 at 2:08 am #115538Mahesh
Keymaster@phillycontemporary: You’ve put the CSS for Featured Grid Content only, use the following CSS (inclues both featured grid and featured content)
#featured-grid-content .entry-header h2.entry-title, #featured-content .entry-header h2.entry-title { text-transform: none; }
Let me know if any problem.
Regards,
Mahesh -
AuthorPosts
- The topic ‘Change font weight’ is closed to new replies.