Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • producer1973 Friend
    #122148

    I want to change the look of the titles for content, not just the css styles.
    I am trying to put a rounded , coloured css table around it but don’t know what file I need to change this in.
    I’ve looked everywhere ( I guess not because i haven’t found it yet)

    a)

    to

    b)

    swemmel Friend
    #227634

    I think you have to make a new css-class where you put a background picture to the titles.

    Kind Regards,
    Peter

    Menalto Friend
    #227647

    In the template_css.css file(this is on the red.css) line 110

    .contentheading {red.css (line 110)
    border-bottom:1px solid #DDDDDD;
    }

    Try with this:

    .contentheading {
    background: url(../images/your image here) no-repeat;
    border-bottom:1px solid #DDDDDD;
    }

    This should work out if you have the template set to one width and never change the width option. You just need to play around with the size of the image to make it look good, if you have both narrow and width options a few more lines need to be added to the css

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

This topic contains 3 replies, has 3 voices, and was last updated by  Menalto 17 years, 1 month ago.

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