-
AuthorPosts
-
July 6, 2016 at 8:25 am #657349
Hi
Post Slider (portfolio entries) ‘Title’ font size has jumped to what appears to be H1?
Any ideas of how to control
ThanksJuly 6, 2016 at 2:30 pm #657470Hey fineart!
It should be H3 instead. Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider .slide-entry-title { font-size: 20px; }
Best regards,
YigitJuly 7, 2016 at 1:22 am #657801Thanks Yigit
please refer to private contentJuly 7, 2016 at 1:46 pm #658022July 7, 2016 at 2:37 pm #658076See below
ThanksJuly 7, 2016 at 2:42 pm #658082Hey!
Please change the code i posted to following one
.avia-content-slider .slide-entry-title { font-size: 14px!important; } .html_elegant-blog .av-vertical-delimiter { display: none !important; }
Cheers!
YigitJuly 8, 2016 at 8:38 am #658302Thanks Yigit
could also please advise how to make the title lower Case (or not upper case)
Much appreciated
thanks
ChrisJuly 8, 2016 at 1:52 pm #658401Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title { text-transform: none; }
Best regards,
YigitSeptember 20, 2016 at 2:38 am #688884Hi Yigit
I still have a date, sandwiched between to full width horizontal lines on a single column blog post slider?
Also could you please advise how to reduce the vertical space between the title text and the post sliderReally appreciate the A-grade support
Cheers
ChrisSeptember 22, 2016 at 3:13 pm #690294Hi,
I cannot see the date. Can you please post a screenshot and show it?
Also, please add following code to Quick CSS.html_elegant-blog .avia-content-slider .slide-entry-title { padding-top: 0; }
Best regards,
YigitApril 1, 2022 at 11:07 am #1346836This reply has been marked as private.April 1, 2022 at 1:54 pm #1346887Hi Jacopotj,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-content-slider .slide-entry-title a { font-size: 14px; }
Best regards,
RikardApril 4, 2022 at 11:07 am #1347110Thanks Rikard. The code works, but line height does not change making it unpleasant (smaller font, lots of height).
How to adjust line height too? ThanksI tried addingg line.height in various formats (em, %, 1..) but no luck
April 5, 2022 at 9:37 am #1347220 -
AuthorPosts
- You must be logged in to reply to this topic.