Home › Forums › Theme support › Border-top / -bottom › Reply To: Border-top / -bottom
Hi,
geh mal ins WordPRess admin -> Appearance -> Theme Options -> General -> Extra CSS Content und füge folgenden CSS Code hinzu:
.page-id-2 .custom_section {
border-top:2px solid red;
border-bottom:2px solid red;
}
Die Angaben “2px” und “red” kannst du noch gegen einen Wert deiner Wahl austauschen