• Hi,
    m website – https://populardietsthatwork.com/

    I have installed the theme Absolum and I am really stuck. Ive worked out how to feed my posts of a category through to the relevant page by inserting the following code onto the page’s html script:

    [catlist id=10 orderby=title order=asc excerpt=yes]

    I want to add a border round my posts to look like those on:

    https://www.computerandvideogames.com/
    https://xbigygames.com/
    howlblog.com
    https://howlblog.co.uk/

    Does anybody know what i can do to the code ‘[catlist id=10 orderby=title order=asc excerpt=yes] ‘ to give my posts a border

    also, my slideshow seems to have disappeared and i need to get it back up. can somebody please advise on that too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Not exactly sure what you want, but try adding this to the end of style.css:

    .hentry {
        border: 1px solid turquoise;
        padding: 0 10px;
    }

    You can see the other color names here, or you could use hex values.

    You should probably start a separate topic for the slideshow and try to give more info about which slideshow you are using and where it should appear.

    Thread Starter dietsontrial

    (@dietsontrial)

    Hi, that hasn’t worked at all.

    I tried getting the excerps to appear on a particular page by editing my style.css too and that didn’t work either.

    It only worked when i posted code onto the actual page’s html. My theme is ‘Absolum’ if that helps

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘making posts appear as excerps’ is closed to new replies.