Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • nigelmaine Friend
    #145743

    Hi,

    I want a “Read More” link in the User 1, 2 & 3 positions. The link colouring is fine for green on white, but not for the green boxes. I have looked around and come up with a part solution as follows:

    /* White text links in User Modules—*/

    a.white {

    color: #ffffff;
    text-decoration: underline;
    }

    a.white:hover, a.white:active, a.white:focus {

    color: #000000;
    text-decoration: underline;
    }

    I have edited the template.css file

    The coding should be:

    <a href=”resources/how-we-can-help/design.html” class=”white”>Read more…</a>

    But alas I can’t get it to work. Does anyone have any ideas. I want to have white writing and for the rollover link text to then be black underlined.

    The site is at http://www.clearvoice.co.uk

    Kind Regards

    Nigel

    Temporary Answer:

    I changed the Module Class Suffix from _default icon1 to _hilite icon1 All the CSS is working, however, the top margin and H3 title padding is not the same as _default. I will start a new thread to find out the answer.

    thatch10 Friend
    #322637

    Nigel

    you could add


    div.moduletable_default a {

    color:#FFFFCC}

    div.moduletable_default a:hover, div.moduletable_default a:active, div.moduletable_default a:focus {
    color: #FFF;
    text-decoration: underline;
    }

    to style the default module,

    It worked for me after the styling for the default module at around line 838

    nigelmaine Friend
    #322642

    Hi Thatch10

    Many thanks for your help. It worked a treat. I copied the code in to the green.css file.

    Nice one.

    Kind Regards

    Nigel

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

This topic contains 3 replies, has 2 voices, and was last updated by  nigelmaine 15 years ago.

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