Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • fivecats Friend
    #124230

    Hello

    I am using this template with my site and it works perfectly in firefox and IE7, however I have a problem with the top spotlight in IE6. I slightly modified it to accommodate a featured property with a description. The ‘title’ and ‘read more’ come up in the right colour, however the description is coming up unreadable and certainly not in the right colour. I have racked my brains (whats left of them!) but I cant see what to change in the css to resolve this.

    The link to my site is http://www.myperfectholidayrental.com

    I am sure that I have missed something very simple.

    Your help is appreciated.

    Fivecats

    P.S Also why is the text in the mainbody running into each other in IE6 on the Frontpage

    cssyeah Moderator
    #237495

    Hi Fivecats,

    Do you have two problems?

    1. The color of title.

    Open the template_css.css file in the template folder and search the following code section ( about line 1080 )


    #ja-topsl h3 {
    margin: 0 0 10px;
    padding: 0;
    color: #CCCCCC; -> /* color: #FFFFFF; */
    }

    2. Read more.

    You add new the class=”readon” into <a> tag.
    ex:


    <a class="readon" title="More detail" href="http://www.myperfectholidayrental.com/holiday-rentals/detail/1.html">... Read more...</a>

    and add the following code section into the template_css.css file.


    #ja-topsl a.readon {
    display: block;
    color: #FFFFFF; -> /* you can change it by your color */
    text-align: right; /* or left */
    text-decoration: none;
    }

    #ja-topsl a.readon:hover {
    text-decoration: underline;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  cssyeah 16 years, 10 months ago.

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