Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • John Friend
    #984388

    I am trying to change the teline v header color. Can someone point me to the correct CSS file and area or line if possible. I can not find it or am blind. Possibly blind or it is late.

    Thank you in advance for the help

    Pankaj Sharma Moderator
    #984432

    Hi
    Add below code in custom.css file to change the bg color of header

    .t3-header {
        background: #eee;
    }

    Change the color code as per needs .

    Hope it helps .

    John Friend
    #984629

    Yes Pankaj that did the trick. One more that I forgot to ask: How to insert a graphic banner from the file images/header/, and inserting in the same header space?

    Pankaj Sharma Moderator
    #984660

    Hi
    If you would like to add an image in the background use below code

    t3-header {
    background-image: url("paper.gif"); }

    If you want to publish banner , you can publish it in header-1 module position .

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 6 months ago.

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