Home Forums Theme support Border-top / -bottom

Tagged: , ,

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 9 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Moin,

    ich hätte mal eine ziemlich allgemeine Frage: Wie kann ich es erreichen, dass auf der Seite http://agvs.at/Locanta/ über und unter dem Section-Bereich, der grau hinterlegt ist, ein Border angezeigt wird (border-top, border-bottom)?

    Habe jetzt schon eine Weile rumprobiert. Wäre super, wenn Ihr mir auf die Sprünge helfen könntet!

    Gruß,
    Dominik

    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

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.