-
AuthorPosts
-
April 9, 2020 at 7:27 pm #1202447
Hello,
I’m trying to change the angle of my diagonal angles and I found the code line in the shortcodes.css.
I tried copying the css in a new css folder in my child them, no change. I tried adding the code to the custom.css with important, no change. i finally change the initial css and still no change… does anybody know what to do?
Thanks in advance :-).avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner {
-webkit-transform: rotate(2deg)!important;
transform: rotate(2deg)!important;
}
.avia_transform .av-extra-border-element.border-extra-diagonal.border-extra-diagonal-inverse .av-extra-border-inner{
-webkit-transform: rotate(-2deg)!important;
transform: rotate(-2deg)!important;
}April 10, 2020 at 1:47 pm #1202667Hey PA_jgoodwin,
Could you post a link to where we can see the element in question please?
Best regards,
RikardApril 14, 2020 at 12:42 pm #1203545Hello, sorry for my late answer. It was easter weekend and gardening was my main occupation :-) So It seems I found something about the way this theme works. In order for the custom.css to be updated, I have to upload them on my ftp than go in the enfold section to save all changes and than it works…
A liittle mic-mac, but it’s ok now… thanks.April 14, 2020 at 9:49 pm #1203780Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonApril 15, 2020 at 10:27 am #1203912May I ask you, as I have all the class now on custom.css in the original enfold theme. but if you make an update one day, this css will be erased? why can’t I make all class work in styles.css in the child theme?
April 15, 2020 at 4:28 pm #1204028Hi PA_jgoodwin,
Yes, the custom.css will be erased. It is better to put it to the Theme options > General Styling > Quick css field or have a child theme and put the code to the styles.css file there.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.
