• Hello

    the images in my css are like this….url(“../Louis-child/img/blackboard-bg.jpg”) no-repeat;

    in the website when I inspect an element it is making it into ‘http’ link instead of ‘https’, how do I get it to use ‘https’ instead of http?

    Thank you in advance

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    A URL statement like that inherits the protocol of the site as the visitor is using it. So, if your site is accessed via http, then the url will render as http, not https.

    Why not just force your site to be all https, all the time?

Viewing 1 replies (of 1 total)
  • The topic ‘How to get css to use https links for images’ is closed to new replies.