Courtney88 Posted May 27, 2021 Posted May 27, 2021 Site URL: https://www.studio-smiths.com I'm using Zion template on version 7.1 - Is there any way of having the site title header with a reduced opacity (maybe 50%) on the home page (in desktop view) only? Also, is there any way of making a homepage image on mobile view mobile more centred or reduce the size of the image when on a mobile device only so you can see more of the background image? We seem to be having issues with moving our focal point when editing. Lastly, when we add an additional code to custom CSS do we just add it underneath any previous codes we have placed on there?
tuanphan Posted May 28, 2021 Posted May 28, 2021 Q1. You mean site title or header? Q2. If resize, gray space will appear Q3. Correct Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Courtney88 Posted May 29, 2021 Author Posted May 29, 2021 Hi Tuanphan, Oops, I think I mean site header! Is there any way of having the site header with a reduced opacity (maybe 50%) on the home page (in desktop view) only? So that the image is seen all the way to the top of the page with the header sitting across the top in an opacity of 50%.
tuanphan Posted June 1, 2021 Posted June 1, 2021 On 5/29/2021 at 11:47 PM, Courtney88 said: Hi Tuanphan, Oops, I think I mean site header! Is there any way of having the site header with a reduced opacity (maybe 50%) on the home page (in desktop view) only? So that the image is seen all the way to the top of the page with the header sitting across the top in an opacity of 50%. Add to Design > Custom CSS /* desktop-homepage-header opacity */ @media screen and (min-width:992px) { body.homepage header#header { background: rgba(255,255,255,0.5) !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.