concept360
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] white background on png imagesHi Mads6,
The base.css is on the server.
Using your FTP client, navigate to your theme folder then ‘library/media/css’ . Download it and edit it in an editor.
However, I don’t think your issue is the same as mine.
I use a logo in the header of the site I am working on and it has never been a problem.
See here: https://www.360examples.net/concept360/
My issue was only concerning images in the main content area.I’ve just checked on your site and the image (logo) you are using in the header is a .jpg which is why it has a white background.
You need to use a .PNG24 if you want transparency.Hope this helps.
Kev
Forum: Themes and Templates
In reply to: [evolve] white background on png imagesOk people, through trial and error, I found a solution for this issue.
So, just in case someone else out there is also pulling their hair out here’s what worked for me:
go to Appearance/evolve Settings/custom css and paste in this:
.entry-content img, .entry-content .wp-caption {box-shadow:none;border:none;
background:none;}Alternatively, open the base.css in an editor and search for the following (around line 611) and delete what I’ve highlighted in bold:
.entry-content img, .entry-content .wp-caption {box-shadow:0 3px 3px rgba(0,0,0,.05);height:auto;padding:5px;border:1px solid rgba(255,255,255,.95);background:rgba(255,255,255,.8);}Forum: Themes and Templates
In reply to: [evolve] white background on png imagesAnyone?
Hi, I’m using evolve version 2.8.1 and this method doesn’t work for me.
I’ve changed the wording in each slider section, but the button still says ‘Learn more’.Any ideas?