[Resolved] footer fonts

  • Author
    Posts
  • #8080

    Will
    Participant

    The fonts in my footer are not updated to my new customized fonts. I have the premium version.

    Welcome to Nesbitt Realty

    #8081

    Andrew Misplon
    Keymaster

    Hi Will

    Thanks for reaching out. Please, try adding the following to your Custom CSS and let me know if it helps:

    /* Footer */
    #colophon .widget h3.widget-title {
    	font-family: "Cardo";
    	font-weight: 700;
    }	
    
    #colophon .widget h3.widget-title ~ *,
    p.sow-sub-headline  {
    	font-family: "Cardo" !important;
    	font-weight: 400	
    }
    
    .bottom-bar * {
    	font-family: "Cardo";
    	font-weight: 400		
    }

    Thanks

    #8087

    Will
    Participant

    Thanks for the quick response. That certainly jammed Cardo into the footer, but it didn’t address what I’m seeing in sidebars and some widgets. Additionally, I’d really like to see the Cardo (700) without caps in the footers. One of the widgets in the footer is a SiteOrigin Headline with Cinzel showing “Nesbitt Realty”. I don’t want to override this widget.

    But if you notice sidebar content here:

    Alan Clerinx’s Suggestion For Home Shoppers Seeking 2 BR High-Rise Condo For Sale In Carlyle Towers

    Is not following the them conventions.

    And on the front page, the location widget appears to be in Lato.

    #8088

    Will
    Participant

    Also the Author bio’s are not showing as theme default. I’d prefer to have all these changes show as the theme default rather than Cardo so I don’t have to do this again if I ever modify.

    #8089

    Andrew Misplon
    Keymaster

    Thanks Will, sorry for the hassle. Will try get this sorted ASAP tomorrow.

    To not target the SO widget, remove the CSS I sent before and add:

    /* Footer */
    #colophon .widget h3.widget-title {
    	font-family: "Cardo";
    	font-weight: 700;
    }	
    
    #colophon .widget h3.widget-title ~ *  {
    	font-family: "Cardo" !important;
    	font-weight: 400	
    }
    
    .bottom-bar * {
    	font-family: "Cardo";
    	font-weight: 400		
    }

    That removes the selector that was targeting that widget.

    To remove all caps from widget headings, add:

    #colophon .widget h3.widget-title {
        text-transform: none;
    }
    #8096

    Will
    Participant

    No hassles and I appreciate your quick response. That looks like it got rid of the caps, and fixed the footer. Some sidebar widgets and sidebar headlines and the bios are all showing a different font.

    #8101

    Andrew Misplon
    Keymaster

    Hi Will

    Thanks for your understanding. Please, give todays update a try. I’ll fix any outstanding issues after that.

    #8105

    Will
    Participant

    That looks like it got rid of the caps, and fixed the footer. Some sidebar widgets and sidebar headlines and the bios are all showing a different font.

    #8106

    Andrew Misplon
    Keymaster

    Thanks.

    I can follow up tomorrow.

    Please make sure to clear the cache of your caching/optimization plugin.

    #8107

    Andrew Misplon
    Keymaster

    Thanks again. Your site is loaded through a CDN and there is perhaps other caching at work. Please, try clear the caches of whatever you can. I specifically worked on the items that are outstanding like the sidebar headings so those should be fixed. It might also be worth going to Customize > Theme Design changing a font to something else and then back to your chosen font to ensure the changes are being loaded.

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.

Scroll to top