Viewing 2 replies - 1 through 2 (of 2 total)
  • You can do that with css either through the admin via the themes custom css option or using your child themes style.css with something like the following.

    /* remove rss icon from header */
    i.fa.fa-rss {
    display: none;
    }

    Thread Starter giantsnation1

    (@giantsnation1)

    That worked – thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Evolve and RSS button’ is closed to new replies.