Jump to content

Rounded borders in Gallery


Recommended Posts

Hi @Batchini

You may try this code and paste it in the header:

<style>
.cbResultSetListViewTableOddCell,
.cbResultSetListViewTableEvenCell {
border-radius: 20px !important;
box-shadow: 5px 5px 10px #88888;
}

</style>

You can also find the class style which is highlighted in red above inside the Style itself and add the border-radius and box-shadow if you want to easily apply it on all of your Gallery DataPages. 

I hope this works.

- Barbie

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...