behavior of the custom css
-
Hi guys,
I’m working on my css and I have a problem that probably is a little dumb or very easy to fix but I have no idea what is going on.
The issue is that I set background images through the css:
.widgetPost2 {
background-image: url(“http://dreamglish.com/wp-content/uploads/2015/06/vancouverWidget.jpg”);
}but the custom css adds / at the beggining and at the end of the URL
background-image: url(“/http://dreamglish.com/wp-content/uploads/2015/06/vancouverWidget.jpg/“);
This makes my images not dislpay
What can I do?
Thanks
The topic ‘behavior of the custom css’ is closed to new replies.
