Title: view articles
Last modified: July 31, 2019

---

# view articles

 *  Resolved [Giada](https://wordpress.org/support/users/dadah/)
 * (@dadah)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/view-articles/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fview-articles%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [rishi911](https://wordpress.org/support/users/rishi911/)
 * (@rishi911)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/view-articles/#post-11791745)
 * 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](https://wordpress.org/support/users/dadah/)
 * (@dadah)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/view-articles/#post-11791767)
 * 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](https://wordpress.org/support/users/media/)(
   max-width: 480px) { .wp-custom-header img { height: auto; } }
 *  [rishi911](https://wordpress.org/support/users/rishi911/)
 * (@rishi911)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/view-articles/#post-11791875)
 * 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](https://wordpress.org/support/users/dadah/)
 * (@dadah)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/view-articles/#post-11791889)
 * Grande! funziona.
    Grazie Dadah
 *  [rishi911](https://wordpress.org/support/users/rishi911/)
 * (@rishi911)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/view-articles/#post-11791920)
 * Hi,
 * _Glad to help you!_
 * If you like our Theme & Support, rate us [HERE](https://wordpress.org/support/theme/spicepress/reviews/#new-post).
 * Thanks 🙂
    Rishabh

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/spicepress/3.8.2/screenshot.png)
 * SpicePress
 * [Support Threads](https://wordpress.org/support/theme/spicepress/)
 * [Active Topics](https://wordpress.org/support/theme/spicepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/spicepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/spicepress/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [rishi911](https://wordpress.org/support/users/rishi911/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/view-articles/#post-11791920)
 * Status: resolved