Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #114295

    I’d liek to change the font weight on:

    page titles
    widget titles
    archive titles
    slider image titles
    feature content titles

    Currently using helvetica and want all titles to be in light not bold.

    #114322
    Mahesh
    Member

    @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,
    Mahesh

    #114329

    Thanks!

    #115479

    Hi! 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!

    #115480
    #115500
    Mahesh
    Member

    @phillycontemporary: text-transform is working correctly. What actually is the issue you are facing. Let me know further.

    Regards,
    Mahesh

    #115507

    It 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.

    #115538
    Mahesh
    Member

    @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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change font weight’ is closed to new replies.