Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #575761

    Hi!

    I would like to customize the font size of the blog titles, with different sizes for 1-column, 2-column and 3-column grid. How do I address these in style.css? They all seem to be “.entry-content-header”.

    Regards
    Poirot

    #575767

    Hi Poirot!

    Please add following code to Quick CSS

    /* 3 columns */
    .av_one_third .slide-entry-title {
        font-size: 20px;
    }
    /* 2 columns */ 
    .av_one_half .slide-entry-title {
    font-size: 18px;
    }
    /* 1 column */
    .av_fullwidth .slide-entry-title { 
    font-size: 16px;
    }

    Cheers!
    Yigit

    #576707

    Hi Yigit!

    Working smoothly! Thank you!

    Regards,
    Poirot

    #576709

    Hi!

    Glad we did short that ouy for you!
    Please do not hesitate to ask us if you need anything else!

    Cheers!
    Basilis

    #755431

    What’s the CSS for the categories, I’m trying to make them smaller

    #756126

    Hi,

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

    span.blog-categories a {
      font-size:10px !important;
    }

    Best regards,
    Rikard

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