• Resolved anrit

    (@anrit)


    Hello!
    Can the title/description tiles be shaded with CSS, or a border added around the entire container? I’ve tried adding a border property to different classes, eg. crp-tile, tiler-outer etc but without success; I’m hoping I just need the right class.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Dear @anrit,

    To add some styles to only text block you need the “details” class. For example this CSS code will add a border and shadow to the title/description block of the grid in the webpage you’ve sent:
    #crp-content-3 .details {
    border: 1px solid black;
    box-shadow: 2px 2px black;
    }

    And the whole tile class is .crp-tile

    Thread Starter anrit

    (@anrit)

    Perfect. Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add shading or border for title/caption tiles’ is closed to new replies.