Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #605085

    Can I change the color by mouse-hover element.

    My site

    #605136

    Hey steelgate!

    You can change most of the colors using custom css. Please elaborate what exactly you like to do so we can help you with some custom css if necessary to resolve this issue.

    Regards,
    Vinay

    #605141

    Thanks,

    I want too change the white color under the picture.

    #605183

    Hey!

    Please feel free to change the color values and use the below css in Enfold > General Styling > Quick CSS

    /* Title Color*/
    .main_color .container .av-inner-masonry-content {
      background-color: #333!important;
      color: #fff!important;
    }

    Regards,
    Vinay

    #605858

    Thanks, you’re the best ;-)

    Can I also make this transparent?

    • This reply was modified 8 years, 7 months ago by fverlinden1.
    #605918

    Hey!

    Sure, you can simple change the code to following one

    /* Title Color*/
    .main_color .container .av-inner-masonry-content {
      background-color: transparent !important;
      color: #fff!important;
    }

    Regards,
    Yigit

    #605957

    Thanks again,

    I have changed the code a little bit ;-)

    /* Title Color*/
    .main_color .container .av-inner-masonry-content {
      background-color: #719430;
      opacity: 0.75;
      color: #fff; 
    • This reply was modified 8 years, 7 months ago by fverlinden1.
    #605963

    Hey!

    You are missing a closing curly bracket in your code. Please make sure to add it

    /* Title Color*/
    .main_color .container .av-inner-masonry-content {
      background-color: #719430;
      opacity: 0.75;
      color: #fff; 
    }

    Regards,
    Yigit

    #605969

    Yes, I see It
    I have not good paste/copy :D
    Thanks

    #605987

    Hi!

    “Practise makes perfect” :D
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Change color Masonry Gallery’ is closed to new replies.