• Resolved honor4him

    (@honor4him)


    Hello,

    I have a few quick questions to ask. (I’m new at wordpress)

    One, I was wondering if it is possible to make the recent posts below the home page the same size as the featured slider. (Instead of having two columns, just have one)

    Two, is there a way to change the word ‘follow’ into something else?

    Three, (related to two) is there a way to remove the words ‘prime lion’ (below the header image) to where there just aren’t words there?

    https://www.prime-lion.com

    Thanks for any help you’re able to offer. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    1) Add this as custom css:

    .home .post-list .post { width: 100%; }

    2) Edit the en_US.po file in the /languages/ folder with PoEdit. Read more how to translate/change texts in themes here. Preferably you would edit this with a child theme.

    If you don’t want to touch the language files, you can edit sidebar.php directly and replace the text there.

    3) Add this as custom css:

    .home .page-title { display: none; }

    Hope that helps! ??

    Thread Starter honor4him

    (@honor4him)

    AWESOME!!!

    Thank you so much Alexander, it is much appreciated, thank you.

    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make all posts the same size as the featured slider’ is closed to new replies.