Before you ask please READ THIS

Rife Pro _ Change Background Colour for each Album Page

Hi, we are trying to change the album background colour for each single album page, so that they appear as different colours.
Is this possible please?
Thanks Andy

Comments

  • For now this is not possible without custom CSS, but I will add this to the roadmap.
    Support, The
  • Thank you. Is there any custom code available that might be helpful to do this?

    Best regards
  • You can distinguish each album by using body class.
    Each album has a class 'postid-{post_ID}'.

    You need to check the post id for a give album, and then use this css code:
    body.postid-8403 .page-background{
    background-color:#aaffee;
    }
    just replace 8403 with the actual ID of the album.
    Support, The
  • Thank you so much. I will try.
  • That worked perfectly. Thank you.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!