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

    Hello,
    I am looking for a method to change the colour of the background of the portfolio grid. Furthermore I want to have no visible lines for the grid (so everything is just white and not greyish like it is now). Where can I set the background colour?
    Cheers, Gerald

    #404849

    Hi krammerg ;
    I think this line of css can help you :

    .main_color .av-masonry {background-color: #fff !important}
    
    #405113

    Hi Gerald!

    Did you try @begrafiks suggestion and did you have any luck with it?

    Cheers!
    Rikard

    #405494

    Hi,
    No, sorry, this had no effect.
    I added the line to custom.css in the enfold /css directory.
    (I suppose this is the right file for css modifications, since i could change mega-menu fonts this way)

    BR,
    -gerald

    #405691

    Hey Gerald!

    Please try the following instead:

    .main_color .grid-content{
    color:#fff !important;
    }

    Regards,
    Rikard

    #411575

    Hello there. The problem still exists – no effect achieved.
    Regards, Gerald

    #411867

    Hey!

    I can’t see the custom code I gave you applied on your site, could you try to add it to Quick CSS in Enfold–>General Styling instead to see if that helps?

    Regards,
    Rikard

    #412001

    Hi,
    I tried Quick CSS among general settings of Enfold with both lines right now. It’s still greyish instead of white.
    Regards, Gerald

    #412232

    Hey!

    Please add following code to Quick CSS

    .main_color .grid-content *,.main_color .grid-content {
      background-color: white!important;
    }
    .grid-entry .inner-entry { box-shadow: none; }

    Cheers!
    Yigit

    #412273

    THANK YOU! It worked!
    Cheers, Gerald

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Portfolio Background Change Colour’ is closed to new replies.