Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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, 3 months ago by xa1970.
    #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)

    #913796

    Hi 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,
    Victoria

    #913967

    Hey 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

    #914156

    Hi,

    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,
    Ismael

    #914173

    Thank you Ismael.

    Works perfect!

    Regards,

    Xandria

    #914320

    Hi Xandria,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.