Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • wolfemann Friend
    #158006

    Greetings,

    I want to change the default and rollover color of the rule that appears below the title of each module (see image)

    Where does this appear in the CSS?

    Many thanks,
    Micah


    1. bar-example1
    aman204 Friend
    #369096

    You can change in color code here accordingly for border-bottom ::

    Normal stage::
    div.ja-moduletable h3, div.moduletable h3 {template.css (line 243)
    border-bottom:5px solid #DDDDDD;
    color:#555555;
    font-family:Arial,Helvetica,sans-serif;
    font-size:100%;
    font-weight:bold;
    padding:0 0 10px;
    text-transform:uppercase;
    }

    Hover stage::

    .ja-inset1 div.ja-moduletable:hover h3, .ja-inset1 div.moduletable:hover h3, #ja-right div.ja-moduletable:hover h3, #ja-right div.moduletable:hover h3, .ja-content-main:hover h1 {template.css (line 255)
    border-bottom:5px solid #333333;
    color:#333333;
    }

    wolfemann Friend
    #369209

    Thanks Aman,

    This seems to work for the rollover state, and for the borders that don’t change on rollover, but I can’t seem to change the content border’s default color here. Is there an additional statement that might also effect this?

    Best,
    Micah

    aman204 Friend
    #369210

    <blockquote>I can’t seem to change the content border’s default color here. Is there an additional statement that might also effect this?</blockquote>

    Yes, for content area’s, You can update it here::

    h1.componentheading, .componentheading {template.css (line 52)
    border-bottom: 5px solid #DDDDDD;
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 0 0 10px;
    text-transform: uppercase;
    }

    wolfemann Friend
    #369405

    Thanks Aman. That did it.

    Have a happy New Year!

    Best,
    Micah

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

This topic contains 5 replies, has 2 voices, and was last updated by  wolfemann 13 years, 10 months ago.

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