Reply To: Logo on mobile and images on mobile

#10035347
Support
Keymaster

Hello,

Inspecting your website I couldn’t see the new code at (css/custom.css):
https://www.teleproject.it/static/css/custom.css

Also could not see new changes in the page header on solutions and services page. Also in the HTML code you sent above, you are duplicating the attribute class. You should maintain only the one with new custom class:

{% extends 'base_tp.html' %}
{% load static %}
{% load i18n %}
{% block content %}

    <div role="main" class="main">
        <section
                class="custom-solutions-page-header page-header page-header-modern page-header-background page-header-background-md overlay overlay-color-dark overlay-show overlay-op-5"
                style="background-image: url({% static 'img/2 Tralicci  solutions.jpeg' %});">
            <div class="container">

* Do the same for services page.

Please try that and let us know if you need further assistance.

Kind Regards,

Rodrigo.