Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #718057

    I’m using this code below to change the color of the grid-content and main_color (portfolio grid), but the center stays the color different. How to leave the whole box with the same color?

    CODE
    .main_color .grid-content,
    .grid-entry .main_color .avia-arrow,
    .main_color .grid-entry-title {
         background: # 3f3f3f;
    }

    LINK
    (http://www.rainhacinema.com.br/rainha1/home-2/#cinematografica)

    #718150

    Hey mleite1,

    Try to add !important to the background, the code should look like this:

    .main_color .grid-content,
    .grid-entry .main_color .avia-arrow,
    .main_color .grid-entry-title {
         background: #3f3f3f !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    • This reply was modified 7 years, 4 months ago by Nikko.
    #718189

    Nikko, nothing has changed.

    #718211

    Hey!

    It’s not working because there’s a ; before !important, this is what I see you have added:

    .main_color .grid-content, 
    .grid-entry .main_color .avia-arrow,
    .main_color .grid-entry-title{
        background: #3f3f3f;!important;
    }

    Kindly replace it with the code I gave above.

    Regards,
    Nikko

    #718213

    Sorry Nikko.

    It’s ok now.

    TKS

    #718220

    Hey!

    No problem. Glad we could help :)

    Cheers!
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘CHANGE COLOR GRID CONTENT’ is closed to new replies.