This will remove all border-radius from the entire style if added to EXTRA.css:
Code:* { border-radius: 0 !important; }
This will remove all border-radius from the entire style if added to EXTRA.css:
Code:* { border-radius: 0 !important; }
@Chris D , here is the next request.
View attachment 83641
Have you notice! There are 3d kinda look!! How to make it flat? Or, how to make it flat everywhere?![]()
@Russ, I can make it from there. I was asking doing it through Extra.css. Any idea pls?
You could.... but you'd have to basically gather every single place it's called, and put a background-image:none.
Editing the image to remove the gradient is the quickest way to remove the gradient effect(it'll just load a blank transparent image instead)
Since I'm not server expert in that department, I personally find it easier to do it in the style properties since you're going through them, anyway, when creating styles.
@Russ, Here is the next one, I want to remove that blueish color. Again by extra.css if possible. View attachment 83652
#headerMover #headerProxy, #headerMover #header {
background-color: transparent;
}
Just curious @Barbossa why are you not wanting to use Style Properties at all? It's what they are there for?
Style Properties -> Header and Navigation -> Header remove the background color:
Or..
Code:#headerMover #headerProxy, #headerMover #header { background-color: transparent; }
I am developing myself alzheimer (no kidding, first stage)! want to keep all edits in one place with /*.....notes...*/Just curious @Barbossa why are you not wanting to use Style Properties at all? It's what they are there for.
We use essential cookies to make this site work, and optional cookies to enhance your experience.