-
AuthorPosts
-
February 17, 2018 at 1:47 pm #913638
Hi there,
Can I make the heading of post slider a bit small? http://morsche.co/2017/11/the-beauty-of-taking-a-gap-year/
There is no setting for that so I will have to request a code for quick css again :)Also, can you give me a code to keep all featured images in one size only in post slider? (but not in Blog Post element)
Thank you for your support!
Regards,
Xandria
- This topic was modified 6 years, 9 months ago by xa1970.
February 17, 2018 at 2:07 pm #913645*Also, can you please give me a code to keep all featured images in one size only in post slider? (but not in Blog Post element)
February 18, 2018 at 7:36 am #913796Hi Xandria,
You can use the code below, but it will squeeze the images
.avia-content-slider .slide-image img { height: 170px; } .html_modern-blog .avia-content-slider .slide-entry-title { font-size: 1.3em; }
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 18, 2018 at 5:14 pm #913967Hey Victoria,
Thank you for your reply and the codes:)
Umm…yes, images were squeezed and didn’t really look attractive :( I need only for Post Slider, not for the Blog Posts. For now, I will set images manually in one size for Post Slider on Photoshop. I did that on my site too but it gets time consuming.
For Headings, I changed the height as you gave given me the convenience of a code :)
But all headings are in caps. Don’t know where they are being picked from. I have checked all posts. Initially I did keep full caps but then altered. I have cleaned cache.
Can you please check?
Thank you so much for your help.
Regards,
Xandria
February 19, 2018 at 8:03 am #914156Hi,
Thank you for the update. Please use the following css codes to set the letter casing to default.
.html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title { text-transform: none; }
Best regards,
IsmaelFebruary 19, 2018 at 9:43 am #914173Thank you Ismael.
Works perfect!
Regards,
Xandria
February 19, 2018 at 3:51 pm #914320Hi Xandria,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.