Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #432687

    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

    • This topic was modified 9 years, 7 months ago by Vital.
    #432826

    Hi Vital!

    Please use following code instead

    .av-masonry-sort {
      background-color: #24272D;
    }

    Best regards,
    Yigit

    #432864

    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

    • This reply was modified 9 years, 7 months ago by Vital.
    #432875

    Hey!

    Seems like you have already figured it out – http://i.imgur.com/9sgROY8.png ? :)

    Best regards,
    Yigit

    #432878

    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

    • This reply was modified 9 years, 7 months ago by Vital.
    #432883

    Hey!

    Please add following code to Quick CSS

    .active_sort .inner_sort_button span {
      color: #ff0062;
    }
    .inner_sort_button span {
      color: white;
    }

    Regards,
    Yigit

    #432896

    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

    • This reply was modified 9 years, 7 months ago by Vital.
    #432900

    Hey!

    Please use following instead

    .inner_sort_button:hover span {
      color: #ff0062!important;
    }

    Best regards,
    Yigit

    #432905

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Edit masonry sorting box color by CSS’ is closed to new replies.