Custom CSS en Classes
I have been reading different subjects about Custom CSS en Custom Classes in BeTheme and also the documentation.
I have a testcolumn that I want to change by using Custom CSS.
Should it work like this?
Column => Custom Classes and type class name => testcolumn
Then go to BeTheme Options => Custom CSS an type the following code => .testcolumn { border-radius: px20; background-color: #000000; }
It does not work if I look at the result
If I put the following code in the option cutom styles border-radius: 25px; background-color: #000000;
Then it works ok, but I want to try some extra changen changes in custom CSS, but is doesn't show in the browser.
Is there a instruction video online?
I have a testcolumn that I want to change by using Custom CSS.
Should it work like this?
Column => Custom Classes and type class name => testcolumn
Then go to BeTheme Options => Custom CSS an type the following code => .testcolumn { border-radius: px20; background-color: #000000; }
It does not work if I look at the result

If I put the following code in the option cutom styles border-radius: 25px; background-color: #000000;
Then it works ok, but I want to try some extra changen changes in custom CSS, but is doesn't show in the browser.
Is there a instruction video online?
Comments
.testcolumn { border-radius: 25px; background-color: #000000; }
It is vissible if I open my website in Chrome or Mozilla.