Read More tag – Gazette theme

  • Unknown's avatar

    Hi there,

    I just changed my theme to gazette.

    I was wondering if there’s any way I could change ‘keep reading’ (or in dutch ‘lees verder’) into a clickable image like seen on this blog:
    http://www.thelifefactory.be/

    PS: I have customized CSS

    The blog I need help with is http://www.makeupforwomen.be

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    This shouldn’t be too hard.

    a.more-link {
    	display: inline-block;
    	width: 119px;
    	height: 20px;
    	color: rgba(0,0,0,0);
    	background-size: 119px 20px;
    	background-repeat: no-repeat;
    	background-image: url("http://www.thelifefactory.be/wp-content/uploads/2014/06/Meer2.png");
    }

    You’ll need to get your own image of course. ;)

    I hope this helps! Veel geluk met je site!

    Regards,

    Michael

  • The topic ‘Read More tag – Gazette theme’ is closed to new replies.