Hello!
I’d like to change the color of the masonry module sort box for it to be different from the body color: http://take.ms/uKJ4e
I add code to quck style:
.av-masonry {
background-color: #24272D;
}
But nothing worked out =(
Can you please help me?
Regards, Vital
Hi Vital!
Please use following code instead
.av-masonry-sort {
background-color: #24272D;
}
Best regards,
Yigit
Thank for the answer and advice, Yigit!
At first it didn’t worked but as I added !important; it became nice!
But I have one more question please. How can I change the colour of sorting categories text: http://take.ms/tTUnw ?
Regards, Vital
Hey!
Seems like you have already figured it out – http://i.imgur.com/9sgROY8.png ? :)
Best regards,
Yigit
Hi!
Nope. In my version if they are white they are always white even if they are active. So my variant is wrong.
Regards, Vital
Hey!
Please add following code to Quick CSS
.active_sort .inner_sort_button span {
color: #ff0062;
}
.inner_sort_button span {
color: white;
}
Regards,
Yigit
Hey!
Thanks for help! One litthe thing still missing is the hover color effect. I tried this way:
.inner_sort_button span a{
color: #ff0062 !important;
}
But is was useless.
Regards, Vital
Hey!
Please use following instead
.inner_sort_button:hover span {
color: #ff0062!important;
}
Best regards,
Yigit
Hey!
Now it’s perfect! Sorry for my small knowledge of CSS cos I shoud solve such problems by my self.
Good luck, Yigit!
Best regards,
Vital