• Resolved ncsuper

    (@ncsuper)


    Hi,

    I’m trying to change a social link genericon or add a new link to the list in the style.min.css

    should be real simple.

    a[href*=’url’]::before{content:’\f410′}.social-links ul

    but every time I edit the file nd save it, it doesn’t work, then when I reload the page all my changes have disappeared or reverted back to the original.

    Any one have any idea’s why its not saving the edit?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ncsuper

    (@ncsuper)

    ahhhh, I figured it out.

    I had to edit the style.css, not the style.min.css.

    and add:

    .social-links ul a[href*=’url’]::before {
    content: ‘\f410’;
    }

    Then it automatically added it to min.css.

    Hello there,

    Ah that’s great ??

    Happy web building ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme Editor not saving’ is closed to new replies.