• I am using the Theme Grill Accelerate Pro template and want to remove some of the automatic content flowing through onto the home page.

    For example, I don’t need the descriptions, just the title and image, for the middle section with Worship, What we Believe, etc.

    I also want to remove the icons in the footer that show up with text widgets.

    Thoughts on how to do this without going into the CSS? If I need to go into the CSS, thoughts on how to modify?

    http://fumcaustin.org/children/

    Thanks,
    Mary

Viewing 1 replies (of 1 total)
  • Hi there!

    This looks like something you’ll have to do with a CSS snippet.

    Here’s the code:

    .tg-one-third > p {
      display:  none;
    }

    Which would give you this: Screenshot

    You can paste this code into a CSS plugin (such as Simple Custom CSS).

    All you have to do is install and activate the plugin and then copy and paste the code (look under Appearance -> Custom CSS) and click ‘Save’.

    I hope that helps!

    Luke the Daft Duke

Viewing 1 replies (of 1 total)

The topic ‘Remove / Customize Content Flowing Through on Widgets’ is closed to new replies.