enflex
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Border from Image Gallery – Koenda ThemePERFECT!
Thank you so much for your patience!!
Now it’s just like i wanted!!
Best regards,Forum: Fixing WordPress
In reply to: Remove Border from Image Gallery – Koenda Themejitendrajoshi thank you once again and sorry for being such an amateur.
I added the code at the end of my style.css just like you said and the borders stil there! Is there anything that i can do to try to remove it?.sidebar #searchform #s {
width:135px;
}}
.gallery img {
border: none !important;
box-shadow: none;
}Forum: Fixing WordPress
In reply to: Remove Border from Image Gallery – Koenda ThemeThat’s because i added and had no results.
I added it again! Could you please check it?Thanks!!
Forum: Fixing WordPress
In reply to: Remove Border from Image Gallery – Koenda Themejitendrajoshi thanks for the reply.
I tryed to add the code in Style.css and nothing happened, should i try to add it in other place?Forum: Fixing WordPress
In reply to: Remove Border From Image – Koenda ThemeWow! It worked…
Instead of using style=”border:none”; i used style=”box-shadow: none”; as Drew said.Thank you very much!
Forum: Fixing WordPress
In reply to: Remove Border From Image – Koenda ThemeDrew thanks for the swift answer.
Just one question…where exactly shoul i add this code? Would it be in the bottom of syle.css?
Enflex