Lisa geni
asked 9 years ago

How to show up the category color to category tab section as background ,
Please check this imagesw : http://www.awesomescreenshot.com/image/454605/dfa5f83b55b5cf43067020c93e182a0f

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can open the style.css file in the wp-contentthemesdw-focusassetscolorsviolet` folder
Eg: change the category tab in the violet color.

.archive.color-category .content-bar {
    background-color: #c64f9d;
}
.archive .post-layout .layout-list {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.archive.color-category .post-layout a.active {
    background: #8A306B;
    border-color: #c64f9d!important;
}

Note: Similar to other folder, you just change the color.
Hope this helps !

Powered by DW Question & Answer Pro