Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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;
    }

    #1202667

    Hey PA_jgoodwin,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1203545

    Hello, 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.

    #1203780

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1203912

    May 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?

    #1204028

    Hi 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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.