override css for frames
-
Hi everyone,
I’ve searched for a solution to my problem in the support forum but I’ve seen none.
I can override almost all of the css but I have a problem with the frame.
I have this code making a border in my image:
.su-frame-style-default .su-frame-inner {
border: 4px solid #EEEEEE;
padding: 2px;
}When I want to override it in my child theme or in the custom css editor, my rule is still under the original rule in the hierachy. So impossible for me to get rid of this border.
Can you help me to understand why?
Cheers
The topic ‘override css for frames’ is closed to new replies.