Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • micjoomlart Friend
    #147491

    How do I apply the style of the right column header to the left column, ie. the opposite of this gentlemans request: http://www.joomlart.com/forums/topic/left-and-right-columns/
    I have tried changing a few things in the template.css but I am not skilled enough with css to apply the correct changes. Any code would be appreciated.
    Thanks.

    Anonymous Moderator
    #329169

    Hi

    open template.css file, find following code section:

    #ja-col1 div.moduletable h3,
    #ja-col1 div.moduletable_menu h3,
    #ja-col1 div.moduletable_text h3 {
    margin: 0 0 5px;
    padding: 0 5px 4px 20px;
    text-transform: uppercase;
    background: url(../images/symbol.gif) no-repeat 0 6px;
    border-bottom: 1px solid #DDDDDD;
    }

    and change to:

    #ja-col1 div.moduletable h3,
    #ja-col1 div.moduletable_menu h3,
    #ja-col1 div.moduletable_text h3 {
    font-size: 100%;
    margin: 0 0 5px -11px;
    padding: 5px 15px 9px;
    background: url(../images/h3r-bg.gif) no-repeat right center;
    text-transform: uppercase;
    color: #FFFFFF;
    }

    micjoomlart Friend
    #329246

    Thanks, if you also go to ‘green.css’ and find copy the code on line 69 to replace line 63 that should do it.
    Thanks.

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

This topic contains 3 replies, has 2 voices, and was last updated by  micjoomlart 14 years, 3 months ago.

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