-
AuthorPosts
-
March 19, 2020 at 1:51 pm #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!
MagnusMarch 19, 2020 at 7:06 pm #1194527Hey mbosse99,
Do you mean “Latest Articles”? I’m seeing the font-weight of the titles as bold. Is this not correct?
Best regards,
Jordan ShannonMarch 20, 2020 at 1:22 pm #1194787Exactly. under the header ‘our latest articles’ I’d like to have the titles with normal font weight. Thanks!
March 20, 2020 at 5:24 pm #1194819Hi,
Add this to quick css:
h3.widgettitle{ font-weight:normal!important; }
Best regards,
Jordan ShannonMarch 20, 2020 at 5:29 pm #1194827Ok, 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,
MagnusMarch 20, 2020 at 5:31 pm #1194830screenshot: https://snipboard.io/Xx6URP.jpg
March 20, 2020 at 5:38 pm #1194835Hi,
Add this to quick css:
.news-headline{ font-weight:normal!important; }
Best regards,
Jordan ShannonMarch 20, 2020 at 5:52 pm #1194844Sorry, 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.
March 20, 2020 at 6:02 pm #1194847Hi,
Add my code to the very top of css so it runs first. Also, clear the cache a few times over.
Best regards,
Jordan ShannonMarch 20, 2020 at 7:23 pm #1194874Works now, thanks!
March 20, 2020 at 7:27 pm #1194878Hi,
Perfect! I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Change font weight 'Enfold Latest News' widget (footer)?’ is closed to new replies.