test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Dean Howarth Friend
    #158175

    Hi I want to change the current readmore to a button based on a image, I can see it’s in template.css, does anyone know of the code that would make this into a button/image.?

    Appreciate your help

    aman204 Friend
    #369635

    You can change this::

    a.readon {template.css (line 20)
    background:#fff;
    border: 1px solid #CCCCCC;
    color: #999999;
    }

    to

    a.readon {template.css (line 20)
    background: url(“../images/sample.png”) no-repeat;
    border: 1px solid #CCCCCC;
    color: #999999;
    }

    and update image path accordingly

    Dean Howarth Friend
    #369652

    Thanks aman,

    Im close I now have the following code:

    a.readon {
    background: #fff;
    background: url("/images/stories/rmore.png") no-repeat;
    color: #999999;
    }

    I want to remove the text “read more” entirely and just have the image?, is that possible? You can see here my issue http://c2conline.com.au

    aman204 Friend
    #369664

    <em>@deanandeva 212216 wrote:</em><blockquote>Thanks aman,

    Im close I now have the following code:

    a.readon {
    background: #fff;
    background: url("/images/stories/rmore.png") no-repeat;
    color: #999999;
    }

    I want to remove the text “read more” entirely and just have the image?, is that possible? You can see here my issue http://c2conline.com.au</blockquote>

    Change this::

    a.readon {template.css (line 30)
    background: url(“/images/stories/rmore.png”) no-repeat scroll 0 0 transparent;
    color: #999999;
    }

    to

    a.readon {template.css (line 30)
    background: url(“/images/stories/rmore.png”) no-repeat scroll 0 0 transparent;
    color: #999999;
    display: block;
    height: 25px;
    text-indent: -999em;
    }

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  aman204 13 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum