Border-radius

RolandOZIEL
22 Posts
RolandOZIEL posted this 09 January 2019
Ask a Question

Hi,
I need border-radius on grid, section or page.
How can I do for example on grid to get cells with border-radius to 10px or more ?
Thanks for your help
Roland from France.

Hi, I need border-radius on grid, section or page. How can I do for example on grid to get cells with border-radius to 10px or more ? Thanks for your help Roland from France.
Vote to pay developers attention to this features or issue.
9 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 09 January 2019

Roland,

Thank you for your feedback!
We've added your request to our wish list and our developers will implement this feature in the future Nicepage updates.

...................................................
Sincerely,
Eugene
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Roland, Thank you for your feedback! We've added your request to our wish list and our developers will implement this feature in the future Nicepage updates. ................................................... Sincerely, Eugene Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
RolandOZIEL
22 Posts
RolandOZIEL posted this 09 January 2019

It's very nice Eugene, but I working with a client that need border-radius now.
The website will be delivered on saturday.
Can I use some css added code ?
Many thanks for your anwser.
Roland

It's very nice Eugene, but I working with a client that need border-radius now. The website will be delivered on saturday. Can I use some css added code ? Many thanks for your anwser. Roland
Support Team
Support Team posted this 09 January 2019

Roland,

  1. Please click to the Cell where you want a border radius and add Css class 'border-radius':

    Screenshot-2019-01-09-at-14.59.37.png

  2. Click to Edit Css button and add following css:

    .border-radius > * {
    border-radius: 20px;
    }

Changes will be shown in the Live preview, but not in the Editor.

...................................................
Sincerely,
Eugene
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Roland, 1. Please click to the Cell where you want a border radius and add Css class 'border-radius': !Screenshot-2019-01-09-at-14.59.37.png! 2. Click to Edit Css button and add following css: .border-radius > * { border-radius: 20px; } Changes will be shown in the Live preview, but not in the Editor. ................................................... Sincerely, Eugene Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
RolandOZIEL
22 Posts
RolandOZIEL posted this 09 January 2019

Thanks it seems to be working ... but (there ise always a BUT)
look at my screen copy on attach file
The cell is white color ...

Thanks it seems to be working ... but (there ise always a BUT) look at my screen copy on attach file The cell is white color ...
Support Team
Support Team posted this 09 January 2019

Roland,

Let's change CSS to following one:

.border-radius > *,
.border-radius:before {
  border-radius: 20px;
}

This should work only if you have Color Fill in the cell.

...................................................
Sincerely,
Eugene
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Roland, Let's change CSS to following one: .border-radius > *, .border-radius:before { border-radius: 20px; } This should work only if you have Color Fill in the cell. ................................................... Sincerely, Eugene Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
RolandOZIEL
22 Posts
RolandOZIEL posted this 09 January 2019

Now it's working very well and I think it can be usefull for other nicepage users !
Thanks Eugene
Have a nice day !

Now it's working very well and I think it can be usefull for other nicepage users ! Thanks Eugene Have a nice day !
gigabit07
19 Posts
gigabit07 posted this 10 January 2019

Excellent! I was looking for this too.

Excellent! I was looking for this too.
gigabit07
19 Posts
gigabit07 posted this 29 August 2019

Hi Eugene,
I have tried applying this in multiple ways to an image to no avail.
Is there a trick, other than basically following the above instructions that apply to the grid cell?
Mark

Hi Eugene, I have tried applying this in multiple ways to an image to no avail. Is there a trick, other than basically following the above instructions that apply to the grid cell? Mark
Support Team
Support Team posted this 29 August 2019

Hi Roland,

Please specify do you try to apply border-radius for grid cell with background image or just for the Image control?
For grid cell with background image then try the solution provided above with a little different code:

.border-radius  {
border-radius: 20px;
}

But if you added Cell Gap the border-radius will not work.

...................................................
Sincerely,
Susanna I.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Roland, Please specify do you try to apply border-radius for grid cell with background image or just for the Image control? For grid cell with background image then try the solution provided above with a little different code: .border-radius { border-radius: 20px; } But if you added Cell Gap the border-radius will not work. ................................................... Sincerely, Susanna I. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp

Last edited 29 August 2019 by Support Team

You must log in or register to leave comments