Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • appaloosa Friend
    #119471

    How change css file to set orange background header in contentheading as in componentheading ?
    Anyone can help me with this ?

    Something i want so set is on this site: http://www.genitalechirurgie.nl/index.php

    Please help me with this

    Jaroslaw Madejek

    Hung Dinh Friend
    #217006

    Delete this code – template_css.css (line 294)

    .contentheading {
    color:#FFFFFF;
    font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
    font-size:26px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:60px;
    }

    and change this code – template_css.css (line 276)

    .componentheading, #content-full .componentheading {
    color:#FFFFFF;
    font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
    font-size:26px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:60px;
    }

    into the following

    .componentheading, #content-full .componentheading, .contentheading {
    color:#FFFFFF;
    font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
    font-size:26px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:60px;
    }

    appaloosa Friend
    #217121

    It doestn’t work.
    css file: http://gpo.bitsoft.hostings.pl/site/templates/ja_altair/css/template_css.css

    No content and componentheading now

    appaloosa Friend
    #217876

    hey i tested this solution on different servers and joomla’s and it doest’n work, so can i expect any help in this problem ?

    greetings

    ShannonN Friend
    #217880

    appaloosa;12596hey i tested this solution on different servers and joomla’s and it doest’n work, so can i expect any help in this problem ?

    greetings

    You probably have to change the actual hex code FFFFFF ( White) to whatever hex the shade of orange is?

    appaloosa Friend
    #218181

    What do you mean ?

    ShannonN Friend
    #218188

    appaloosa;12985What do you mean ?

    Exactly what I said, to change to colour from white ( FFFFFF) to whatever the hex colour code is of the orange you want it changed to?

    ErikThorsen Friend
    #218213

    In very plain english, you need to change the FFFFFF into another variable, like 000000 to have it black or whatever it is that you want in orange ( I assume you know which type of orange you want and you need to tell the css code what the color code for orange you want to use )

    appaloosa Friend
    #218332

    doesnt work

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

This topic contains 9 replies, has 4 voices, and was last updated by  appaloosa 17 years ago.

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