Hi,
i would like edit header from modules. I don't now the name from the file for edit.
what is the name from this file?
Thanks and best regards
Andreas
<div class="jreviews">GOOGLE- MAP
<div class="headerline"></div>
</div>
.jreviews {
font-family: "Arial Black", Gadget, sans-serif;
font-size: 10px;
font-style: normal;
color: #000;
background-color: #FFF;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
width:200px;
hight: 15px;
}
.headerline {
border-top-width: 1px;
border-top-style: solid;
border-color:#F00;
width:150px;
hight: 1px;
position:absolute;
right: 2px;
top: 10px;
}