Feature Images + Background color agency demo theme

Hi,

To change the white color, you can add the code below in Theme Options > CSS

/* Entry Navigation background color */
.x-nav-articles a {
   background-color:red;
}

.entry-top-navigation .entry-parent {
    background-color:red;
}

/* Entry Navigation hover  color  */
.x-nav-articles a:hover {
   background-color:blue;
}

.entry-top-navigation .entry-parent:hover {
    background-color:blue;
}

Change red and blue with the color that you like.

Hope that helps

Thank you!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.