Before you ask please READ THIS

Rife pro - change the title font colour only on one brick.

Hi, is it possible to change the colour of only one title and description text on one brick. Please see homepage and image. We want to change only the text on the yellow to black. Can this be done?
Thanks

Comments

  • Hi
    What is the URL of this particular page?
    Support, The
  • hi its the home page which is https://www.urbanlearners.org/
  • No, this is not possible.
    But you can use this css to change the color.
    body.home .albums-bricks .archive-item:nth-child(3) .post-title {
        color: #000;
    }
    Change the value in the 'nth-child' pseudoselector.
    Support, The
  • Thanks Surgeonito, That works for the Title, so is there an adjustment to the css that also means the caption/description, can also be adjusted please>

    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!