Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • maxdelius Friend
    #142701

    Hi,

    how can I change the background color of the container which includes the breadcrumbs and the search-module?

    prakash Friend
    #310747

    hi .. what you will need to do is create a new wrapper after…

    <div id=”ja-pathway” class=”wrap”>
    in INDEX.PHP

    say we define new id ja-pathwrap in template.css
    so now your lines in INDEX.PHP would be
    <div id=”ja-pathway” class=”wrap”>
    <div id=”ja-pathwrap” class=”main clearfix”>

    now in template.css
    write –
    #ja-pathwrap{
    background-color:#000000;
    }

    this will create a black background color…

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

This topic contains 2 replies, has 2 voices, and was last updated by  prakash 15 years, 4 months ago.

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