Custom CSS Interface Theme – Remove "Read more"

  • Unknown's avatar

    Hi there,

    i need to remove with a custom css all the links and texts “read more” from home: http://themehorse.com/preview/interface/

    The code is this one they’re 8 like this one :
    <div id=”main”>
    <div class=”container clearfix”>
    <div id=”content”><section id=”interface_service_widget-2″ class=”widget widget_service”><div class=”column clearfix”>
    <div class=”one-fourth”>
    <div class=”service-item clearfix”>
    <div class=”service-icon”><img width=”100″ height=”100″ src=”http://themehorse.com/preview/interface/files/2014/04/icon-1.jpg” class=”attachment-icon wp-post-image” alt=”icon-1″ /></div> <h3 class=”service-title”>Solid Framework</h3>
    </div>
    <!– .service-item –>
    <article>
    <p>Lorem ipsum dolor sit, consectetur adipiscing elit. Suspendisse in dapibus ligula, id vestibulum ante. Vestibulum euismod augue.</p>
    </article>

    Read more
    </div>

    Can anyone help me to delete / hide this “Read more” link?

    Thank you very much in advanced!

    Best,
    Carl.

  • Unknown's avatar

    Hi Carl, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, I would suggest asking for help from the theme author directly or ask in the volunteer-based WordPress.org Themes and Templates forum.

    For general questions on self-hosted WordPress.org installations, visit http://wordpress.org/support/.

    The differences between WordPress.com and WordPress.org.

    I did take a quick look at the site you reference, and you should be able to hide the read more tags with the following CSS.

    .widget_service .more-link {
        display: none;
    }
  • The topic ‘Custom CSS Interface Theme – Remove "Read more"’ is closed to new replies.