-
AuthorPosts
-
November 4, 2019 at 12:23 pm #1153678
Good Morning! How can I change the font size of the titles and news categories of my website? I want to change the size because they come out so big
November 5, 2019 at 2:11 am #1153843Hey juanraubeda,
Add this to quick css:
article h3.slide-entry-title.entry-title { font-size:12px!important; }
Best regards,
Jordan ShannonNovember 5, 2019 at 8:07 am #1153883Hi, I’ve put it in quick css but it doesn’t work. I also need to reduce the size of the blog categories
November 5, 2019 at 8:27 am #1153887Hi,
Did you clear the cache a few times over? Also, add the code to the very top of quick css so it runs first.
Best regards,
Jordan ShannonNovember 5, 2019 at 8:51 am #1153892This reply has been marked as private.November 5, 2019 at 1:23 pm #1153983Hi,
I fixed it for you and it’s applying to your site now, please review it.
Best regards,
RikardNovember 5, 2019 at 1:42 pm #1153989I have changed the size to 8px for example and I see the title of the news the same, I have cleared the cache several times, I have changed my browser, etc. and it remains the same size.
thks
November 5, 2019 at 8:22 pm #1154070Hi,
Can you screenshot the area you are referring to so I know for sure I’m targeting the right spot.
Best regards,
Jordan ShannonNovember 7, 2019 at 9:47 am #1154565The size is reduced, now attached image with 2 more things:
Nº1 of the image: I would like to reduce the space between linesNº2 of the image, reduce size categories
November 7, 2019 at 6:57 pm #1154713Hi,
Add this to quick css:h3.slide-entry-title.entry-title{ line-height:15px!important; } .blog-categories.minor-meta a{ font-size:10px!important; }
Best regards,
Jordan ShannonDecember 3, 2019 at 12:28 pm #1162168How can I hide the categories? I don’t like how it looks. thks
December 3, 2019 at 5:54 pm #1162285Hi,
Add this to quick css:
.blog-categories.minor-meta a{ display:none!important; }
Best regards,
Jordan ShannonDecember 4, 2019 at 7:52 am #1162478the categories have been removed but the commas that separated the categories come out.
December 4, 2019 at 5:20 pm #1162657Hi juanraubeda,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.blog-categories.minor-meta { display:none!important; }
If you need further assistance please let us know.
Best regards,
VictoriaDecember 4, 2019 at 5:27 pm #1162660I just put it on and I’ve cleaned up temporary and those commas keep appearing
December 5, 2019 at 3:56 pm #1163038Hi,
I’m not seeing the commas, can you screenshot?
Best regards,
Jordan ShannonDecember 9, 2019 at 8:45 am #1163982December 9, 2019 at 7:25 pm #1164134Hi juanraubeda,
I adjusted the code for you, please check.
Best regards,
VictoriaDecember 10, 2019 at 7:48 am #1164335Hi Victoria, Thks!
-
AuthorPosts
- The topic ‘Change Size font only en news’ is closed to new replies.