Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #657349

    Hi
    Post Slider (portfolio entries) ‘Title’ font size has jumped to what appears to be H1?
    Any ideas of how to control
    Thanks

    #657470

    Hey 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,
    Yigit

    #657801

    Thanks Yigit
    please refer to private content

    #658022

    Hi,

    Can you please post the link to your page?

    Best regards,
    Yigit

    #658076

    See below
    Thanks

    #658082

    Hey!

    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!
    Yigit

    #658302

    Thanks Yigit

    could also please advise how to make the title lower Case (or not upper case)
    Much appreciated
    thanks
    Chris

    #658401

    Hi,

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

    #688884

    Hi 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 slider

    Really appreciate the A-grade support
    Cheers
    Chris

    #690294

    Hi,

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

    #1346836
    This reply has been marked as private.
    #1346887

    Hi Jacopotj,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-content-slider .slide-entry-title a {
      font-size: 14px;
    }

    Best regards,
    Rikard

    #1347110

    Thanks Rikard. The code works, but line height does not change making it unpleasant (smaller font, lots of height).
    How to adjust line height too? Thanks

    I tried addingg line.height in various formats (em, %, 1..) but no luck

    #1347220

    Hi,

    Thank you for the update.

    Try to use px or em units for the line-height property.

    .avia-content-slider .slide-entry-title a {
        font-size: 14px;
        line-height: 16px;
    }

    Please make sure to purge the cache after adding the css modification.

    Best regards,
    Ismael

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