Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS WordPress – verticle lines as body background require editing the parent theme?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #254158
    iizag
    Participant

    I have a css question regarding WordPress.

    If I want to add verticles as my background (Like this website does: https://facility.team) , then is the only way I can do that by editing some file in the parent theme ?since I would have to add a div wrapper and columns to the body background of the theme since I cant just use css without adding those divs to the parent body since I need columns?

    #254159
    Beverleyh
    Participant

    Just the thin vertical stripes/lines? You can stripe gradients – read more here https://css-tricks.com/css3-gradients/ … something like http://codepen.io/anon/pen/XRjwbq

    #254167
    Atelierbram
    Participant

    A SVG data-url as a repeating background-image in CSS is another great option, like in the first example in this demo.

    This tutorial gives some guidelines.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.