Hey
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?
I tried with the following css Code in the general styling.
main_color .grid-content *,.main_color .grid-content {
background-color: white!important;
}
.grid-entry .inner-entry { box-shadow: none; }
The problem still exists – no effect achieved. Do you have a solution?
Regards,
Beat
Hi Beat!
Can you please post the link to your website? We may need a temporary admin login as well
Cheers!
Yigit
Hi Yigit
Thanks for your answer. My website is running on a local machine. Do you have another idea?
Thanks,
Beat
Hi!
Can you please try changing code to following one
main_color .grid-content *,.main_color .grid-content {
background-color: white!important;
}
.grid-entry .inner-entry { box-shadow: none !important; }
and then flush browser cache and refresh your page a few times. Also make sure to disable CSS minifying feature if you are using on a plugin
Cheers!
Yigit
Hey!
Thanks for you answer.
The problem still exists – no effect achieved.
Another question: How I can adjust the font size in a portfolio textbox?
Regards,
Beat
Hi!
Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
h3.grid-entry-title.entry-title {
font-size: 16px;
}
Best regards,
Yigit