CSS background images in WordPress

前端 未结 14 1848
长情又很酷
长情又很酷 2020-12-09 03:44

Is it possible to get a background image in CSS like you normally do in HTML when working with WordPress. I\'ve tried doing this but it doesn\'t work.

backgr         


        
14条回答
  •  萌比男神i
    2020-12-09 04:30

    If the image folder is in the theme folder you can use:

    background-image: url("/wp-content/themes/themeNameHere/images/parallax_image.jpg ");
    

提交回复
热议问题