• Is it possible to make photos of post bigger?
    And I set max size of footer text, but title of post are too small.

    what can I do?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author faycalboutam

    (@faycalboutam)

    Add this code in theme options > custom CSS:

    .expand_divi_related_post h4 {
        font-size: 16px !important;
    }

    Increase the value (16px) as needed.

    What do you mean by making the image bigger? Increase the height? Can you share your site URL?

    Thread Starter idalodz

    (@idalodz)

    Wonderfull!!
    Thanks a lot!

    My webside dosn’t work well, but you can see my footer for egxample here:
    https://wobiektywieidy.pl/galeria/

    Thread Starter idalodz

    (@idalodz)

    And could you give mi CSS code too change font type of the post tytle?
    My default font is not easy to read.

    Plugin Author faycalboutam

    (@faycalboutam)

    Here’s a code to increase the image size:

    .footer-widget .expand_divi_recent_post img {
        width: 100px;
        height: auto;
    }

    Change the width from 100px to anything you like.

    The post title will use the font selected for headlines in (Dashboard => Appearance => Customize => General Settings => Typography), so you can change it from here : )

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Recent posts – resize of photos and titles’ is closed to new replies.