• Resolved visualxl

    (@visualxl)


    I am using circle icons. However, I do not want the “More Info” link displayed at the bottom. How do I remove/hide “More Info” link?

    Please assist. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’ll see what I can do about adding an option to remove this in the widget itself. For now though, you could use the following custom CSS to remove it globally.

    .widget_circleicon-widget .circle-icon-box a.more-button {
      display:none;
    }
    Thread Starter visualxl

    (@visualxl)

    Greg: That is super awesome! Thanks a bunch man! 🙂

    While you are on it, may I also suggest that perhaps there would be some option to insert text/widget in the header like http://y5buddy.com/
    Right now, I am doing it manually by editing masthead.php.

    2. It would be extremely helpful if we can change the colours (background, font, widget title) through the control panel too instead of editing the css, since its gonna begone by the time we update the theme, or am I missing something here? 🙂

    If you’re using the latest version of Vantage, there should be widget area called Header. Any widgets you add here will go in the header.

    As for 2, as long as you’re using Jetpack or any other custom CSS plugin, the changes will persist across updates.

    Vantage Premium has a few customisations in the WordPress Customizer.

    Thread Starter visualxl

    (@visualxl)

    LOL! And again you were right! I guess I was too focused on the homepage builder till I forgotten about the widget area completely.

    Thanks. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How To Remove "More Info" on Circle Icon?’ is closed to new replies.