Jump to content

[SOLVED] How to change color of this section....?


Recommended Posts

Change border

.sortPagiBar select#selectPrductSort {
    border: 1px solid #DEDFE2;
    color: #000000;
    margin: 0 0 0 10px;
}

and

.sortPagiBar #nb_item {
    border: 1px solid #DEDFE2;
}

in global.css

Link to comment
Share on other sites

Add to your existing code as you see bellow

.sortPagiBar select#selectPrductSort, .sortPagiBar select#selectPrductSort_bottom {
    border: 1px solid #DEDFE2;
    color: #000000;
    margin: 0 0 0 10px;
}
.sortPagiBar #nb_item, .sortPagiBar #nb_item_bottom {
    border: 1px solid #DEDFE2;
}
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...