Hi! i’m using dw focus theme (buyed from creative market)
I would like to know how to change the color (orange) of date box and news mouse over of Top 15 news menu when we r in home page.
I figure how to set the color of date box for all categories page, just adding this code in theme options:
.color-category.desktop .top-news .entry-meta {
background:#4f8c0d
}
but the “news mouse over” remain orange, and in home page everything is orange too.
cheers,
Mecca
DONNE!
adding this to theme option just did the trick:
.desktop .top-news .dropdown-menu a:hover, .desktop .top-news .dropdown-menu a:active, .desktop .top-news .dropdown-menu a:focus {
background:transparent;
color:#4f8c0d
}
.desktop .top-news .entry-meta {
background:#4f8c0d
}
.color-category.desktop .top-news .entry-meta {
background:#4f8c0d
}
Hi !
Apparently I see that you have solved the problem. If you have more questions, we are willing to help.
Regards,
Dominic
Please login or Register to submit your answer