Jump to content

Líneas separadoras en footer (solucionado)


Recommended Posts

en la linea 1531 de global.css

 

#social_block h4 {
    padding: 13px 0px 13px 20px;
    color: rgb(58, 58, 58);
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid rgb(229, 229, 229);
    border-right: 0;
    font-family: Georgia,"Times New Roman",Times,serif;
}

Edited by S.HaMmAnI (see edit history)
Link to comment
Share on other sites

Esto:

#tmfooterlinks h4 {
padding:13px 0 13px 20px;
color:#3a3a3a;
text-transform:uppercase;
font-weight:normal; 
font-size:15px;
border:1px solid #e5e5e5;
border-right: 0; 
font-family:Georgia, "Times New Roman", Times, serif;
border-left:none; border-top:none;}

por esto:

#tmfooterlinks h4{
padding:13px 0 13px 20px;
color:#3a3a3a;
text-transform:uppercase;
font-weight:normal;
font-size:15px;
border:1px solid #e5e5e5;
font-family:Georgia,"Times New Roman",Times,serif;
border-left:none;
border-top:none;}
Link to comment
Share on other sites

Y he visto que has puesto: (En fichero: http://www.taracidochic.com/themes/theme531/css/global.css)
 

#social_block h4 #social_block h4 {
    padding: 13px 0px 13px 20px;
    color: rgb(58, 58, 58);
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid rgb(229, 229, 229);
    font-family: Georgia,"Times New Roman",Times,serif;
}

 
 
cuando tiene que ser asi:

 

#social_block h4{
padding:13px 0 13px 20px;
color:#3a3a3a;
text-transform:uppercase;
font-weight:normal;
font-size:15px;
border-bottom:1px solid #e5e5e5;
font-family:Georgia,"Times New Roman",Times,serif;
}
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...