Remove community title borders (top & bottom) from community pages

Ready
Removes these borders.

/* ----- remove borders from community title ----- */
#PageTitleH1 {
    border:none !important;
}


I also made some other enhancements, so this is my final rule for this element:

#PageTitleH1 {
    border:none !important;
    color: #00529C;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 7px 10px 0;
}


#CSS
0 comments
0 Views
0 revisions
 

Related Links

No Related Resource entered.