Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #737756

    Hi, how can I increase the font size of the title and excerpt of a masonry gallery element and also add a line with the color #91d7cc between the title and excerpt – https://www.screencast.com/t/gwrT7gF4HQ?

    Thanks .

    #739644

    Hey DROR,

    you can increase font size by using this code:

    .av-masonry-entry-title.entry-title {
    font-size: 20px !important;
    }

    For your red line you need to work with shortcodes or html. Maybe a bottom border could work, refer to: http://www.w3schools.com/cssref/pr_border-bottom.asp

    Best regards,
    Andy

    #739707

    Thanks Andy. Where do I add the code for border bottom in order for it to show under the masonry gallery title?

    #739843

    Hi,

    Please try adding the code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    Best regards,
    Vinay

    #1185678

    Hi,

    Can you also tell how to increase font size of menu on the right. (All/…./…/…)

    Thanks.

    #1186163

    Hi,
    Please add the following CSS:

    #top .av-sort-yes-tax .av-sort-by-term {
    font-size: 20px;
    }

    And change 20 with the number you think appropriate.

    Best regards,
    Basilis

    #1186256

    Thanks. It works fine.

    #1186567

    Hey bcerin,

    I’m glad this was resolved for you. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to increase font size for masonry gallery element title & excerpt’ is closed to new replies.