Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1194419

    Team:

    Is there a way to change the font weight in the list of the ‘Enfold Latest News’ widget in the footer? I have tried several CSS codes posted here already, unfortunately, none so far changed anything.

    Thanks!
    Magnus

    #1194527

    Hey mbosse99,

    Do you mean “Latest Articles”? I’m seeing the font-weight of the titles as bold. Is this not correct?

    Best regards,
    Jordan Shannon

    #1194787

    Exactly. under the header ‘our latest articles’ I’d like to have the titles with normal font weight. Thanks!

    #1194819

    Hi,

    Add this to quick css:

    h3.widgettitle{
    font-weight:normal!important;
    }

    Best regards,
    Jordan Shannon

    #1194827

    Ok, that looks nice (and I keep it) but its not what I was looking for (this changes the widget title texts to normal weight.

    What I wanted is that all the titles of the 5 newest articles listed below *in* the widget area have normal font weight.

    Thanks,
    Magnus

    #1194830
    #1194835

    Hi,

    Add this to quick css:

    .news-headline{
    font-weight:normal!important;
    }

    Best regards,
    Jordan Shannon

    #1194844

    Sorry, no changes – still bold. Below my entire CSS for your reference:

    .av-main-nav > li > a {
        bottom: -35px;
        position: relative;
    }
    
    #main .minor-meta.comment-container, 
    #main .text-sep-comment{
    display: none;
    }
    
    span.blog-categories.minor-meta {
        display: none!important;
    }
    
    .av-alb-blogposts .text-sep.text-sep-comment {
        display: none;
    }
    
    .page-id-14 .entry-title, .page-id-88 .entry-title, .page-id-176 .entry-title, .page-id-80 .entry-title, .page-id-78 .entry-title, .page-id-189 .entry-title  {
        font-size: 18px !important;
    }
    
    h1, h2, h3, h4, h5, h6 {
        text-transform: none !important;
    }
    
    .flex_column.av_four_fifth section .avia_textblock p{
    margin-top:0px!important;
    }
    
    h3.widgettitle {
    font-weight:normal!important;
    }
    
    .flex_column.av_four_fifth .av_textblock_section {
    bottom:3px!important;
    position:relative!important;
    }
    • This reply was modified 4 years, 8 months ago by mbosse99.
    #1194847

    Hi,

    Add my code to the very top of css so it runs first. Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1194874

    Works now, thanks!

    #1194878

    Hi,

    Perfect! I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Change font weight 'Enfold Latest News' widget (footer)?’ is closed to new replies.