• Resolved Giada

    (@dadah)


    Good morning, a strange thing happens to me, the links to the following pages under the articles are perfectly visible only on my computer and with the chrome browser, if I change browser or computer the links to the following pages move up and become not very visible on a black background. Why? Come I wanted to insert two screenshots but I don’t think we can do it in this chat.
    Dadah

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, dadah

    This happens because you are using some custom CSS code.
    When we are removing this CSS code from your site, your site is working fine.
    If you will remove the below custom CSS code then it will work fine.

    .stiky-header {
       position: fixed !important;
       top: 0;
       left: 0;
       right: 0;
       z-index: 999;
       background: #21202e;
       transition: all 0.3s ease;
       min-height: 70px;
       box-shadow: 0 2px 3px rgba(0,0,0,.1);
    }

    Let me know for any confusion.

    Thanks
    Rishabh

    Thread Starter Giada

    (@dadah)

    I can’t find the changes you reported. Submit all the changes I’ve made to the CSS:
    /* modifica colore striscia in home*/
    .page-title-section .overlay {
    background-color: #76488a;
    }
    .navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #218a54;
    }
    /*altezza striscia home*/
    .page-title-section .overlay {
    height: 100%;
    padding: 10px 0 15px;
    position: relative;
    width: 100%;
    }
    /*colore e spessore per barra laterale*/
    .sidebar .section-header { background-color: #76488a; width: 100%; margin-bottom: 0px; margin-top: 0px; padding: 6px 10px; display: block; text-align: left;
    }
    /*sfondo data*/
    .entry-meta .entry-date > a {
    background-color: #218a54;
    }
    /*cambio colore scroll icona*/
    .hc_scrollup {
    background-color: #218a54;
    }
    /*cambio colore tasto search*/
    form.search-form input.search-submit, input[type=”submit”], .woocommerce-product-search input[type=”submit”] {
    background-color: #218a54;
    }
    /*cambio colore striscia barra laterale*/
    .sidebar .section-header {
    border-left: 5px solid #76488a;
    }
    /*altezza pulsanti*/
    .navbar-custom .navbar-nav li > a {
    padding: 15px 17px;
    transition: all 0.3s ease-in-out 0s;
    }

    /*motto piu grande*/
    .navbar-custom {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    z-index: 1000;
    font-size: 1.500rem;
    transition: background, padding 0.4s ease-in-out 0s;
    margin: 0;
    min-height: 90px;
    }
    /* sfondo marcoilpediatra*/
    .wp-custom-header::before {
    content: “”;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0);
    }
    /*visione del logo su cellulare*/
    @media (max-width: 480px) {
    .wp-custom-header img {
    height: auto;
    }
    }

    Hi,

    Go to Appearance >> Customize >> Additional CSS and add the given below custom CSS code:

    .blog-section .stiky-header {
       position: unset !important;
       background: none !important;
       box-shadow: unset !important;
    }

    I hope it will work for you!

    Thanks

    Thread Starter Giada

    (@dadah)

    Grande! funziona.
    Grazie Dadah

    Hi,

    Glad to help you!

    If you like our Theme & Support, rate us HERE.

    Thanks 🙂
    Rishabh

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘view articles’ is closed to new replies.