Support Forum
Hi again, I would like to place an image desvancida the user when published. But only when you publish a content administrator. I've already got at the entrance, but not in the bar "UserSection".
I´m working under the Default template and CSS stoy using the following code:
background-image: url (/ wp-content/themes/explicit/images/perfil_administrador.png);
background-repeat: no-repeat;
width: auto, height: 100%;
}
I do not know if I'm mistaken class. Thanks in advance.
Yellow Swordfish said
Well I would try and change the class names there. The full point goes at the start of each class not the end. So start by sorting the class names and then see how it goes.
#spMainContainer .spTopicPostContainer .spType-Admin .spUserSection spLeft {
background-image:url(/wp-content/themes/explicit/images/perfil_administrador.png);
background-repeat:no-repeat;
width:auto;height:100%;
}
I used this code, but continue without show anything...
1 Guest(s)