Add custom CSS - not working for me

Hi Guys,

I have a small problem. I tried to add some custom CSS (Im not a frontend developer ;-)) and it doesnt work.
When I add custom css while expecting the element the custom CSS which I add shows me that the changes are working. When adding this custom CSS in Cornerstone doesn’t show.

Im not sure how I can show you what Ive done but let me explain.

At one of my pages www.theupperclub.nl/het-concept I’d like to give the classic colums this; border-radius: 1.11em;

What Ive done is grabbed the whole element (sections CSS) included the custom CSS and added this in Cornerstone. I can show the whole CSS but Im not sure if it’s needed.

It’s the section where the background uses the parralax feature

Could you help with this?
Best
Ivo

Hi Ivo,

Thank you for writing in, since you added an ID to your section, we can use that ID to target those 1/3 columns on that section.

Please add this to the Page > CSS area.

#x-section-6 .x-column.x-1-3 {
	border-radius: 1.11em;
}

But! before you add that, please remove all the current codes you have on Page > CSS area, those are not CSS codes.

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.