Several years ago I used this theme and was able to easily make direct edits to the stylesheet to solve things like this. Now I guess they made some new editor and you can’t do that? It’s really frustrating and has created a lot of unnecessary steps and wasted time for me.
Any advice would be appreciated.
]]>is there a possibility to precache or cache opaque responses?
Thanks in advance.
Best.
Christoph.
Besides that, does anyone know any CSS I can try to make all of the icons the same color instead of their already designated brand color?
]]>All my Widgets, Page, text boxes and images have a white box around them like a background under the image/text etc. I want to either make them transparent so you can see my background image or reduce the opacity.
Im hoping its something I can add in additional CSS
Please can anyone help me
]]>In the Bento theme you have a background image, a logo at the top, and behind the logo is a header box. I want that header box to be transparent, so the logo is on top of the background image. But I’m not sure where/how to do that. I searched the CSS for what I thought my do it, but couldn’t turn up anything.
That white is the header box, colour is picked through Customize -> Header Colors. I would like that white to be transparent so the logo is on the star field.
Any ideas? Thanks.
]]>As I started customizing, I put in a background image and found that the Storefront pages are transparent so instead of the background showing only on right and left of page containers, the “background image” covers the entire page. The text on my pages floats on top of the background image. Yes, I can make the background solid white and not use an image, but then I can’t use my background image at all.
So I thought if I can make the current transparent container (or is it a column) opaque (whether 100% or less), then my text will look better.
Even on my shop page, the product images are all on top of the “background image” so there appears to be no visible container. On other WordPress sites, I can just upload a background image but it doesn’t cover the entire page space. Do you see what I mean?
I can’t believe everyone is using the Storefront theme with a plain background. So I must be doing something wrong. I will upload image and give a link to it. Thanks in advance for any help. Here: image of my site’s problem
]]>I really like how the demo theme header is opaque and floats over the banner image. Does anyone know how to accomplish this?
Right now my site looks something like this, with the banner image separate! Kind of like this: https://peterotts.com/
]]>I’ll be happy to provide more information if required! Hoping I’m just silly and have ticked a box I shouldn’t have.
]]>Question: I would like to make the pages more opaque against my background image. I am editing CSS in a child-theme. Here is the working site: https://troyburnsfamily.com.cp24.ezhostingserver.com
Any feedback is appreciated.
]]>Tried this in style.css:
#footer{
background: rgba(255, 255, 255, 0.4);
}
And this:
#footer {
/* Fallback for browsers that do not support rgba */
background-color: rgb(255, 218, 153);
/* Transparency for rgba browsers */
background-color: rgba(255, 218, 153, 0.6);
}
I added to child and parent theme with no success.
Made no difference even when setting the opaqueness
Thanks for your advice.
]]>