Home › Forums › All Other Themes › Architect Pro – top header colour – responsive mode
- This topic has 12 replies, 2 voices, and was last updated 6 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
January 29, 2018 at 11:06 am #92925
Hi, I want to change the colour of the top header in responsive mode – currently it is set to almost black. I would like to lighten this.
Please can you tell me how I can do this as the Theme Options in Basic Settings do not seem to allow me this option.
https://jdbushdecorators.co.uk
Thanks
Maria
January 29, 2018 at 11:15 am #92931this is the color I want to use instead:
#827b7a
Thanks
January 29, 2018 at 11:21 am #92936Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header-top { background-color: #827b7a !important;}
Regards,
ChrisJanuary 29, 2018 at 12:24 pm #92957Hi Chris,
Many thanks for this help. It works fine for responsive mode but the code overrides the ‘desktop opacity mode’ meaning the top banner picture is now masked by the top header background colour. Is there a way to have both options please.
Thanks
Maria
January 29, 2018 at 12:27 pm #92958Hi,
Kindly use this code there:
@media screen and (max-width:479px) { .header-top { background-color: #827b7a !important;} }
Regards,
ChrisJanuary 29, 2018 at 12:44 pm #92959Thanks for your help Chris, but this does not work. The ‘desktop opacity mode’ works but the dark responsive colour is still there and not #827b7a.
I am using Safari on a Macbook Pro.
Best
Maria
January 29, 2018 at 12:47 pm #92960Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisJanuary 29, 2018 at 3:09 pm #92978Hi Chris,
I have put the screen shots here:
https://imgur.com/a/2WsExI want the desktop mode to remain transparent using the opacity feature and the responsive top header background to be #827b7a
Many thanks
Maria
January 30, 2018 at 5:16 am #93026Hi,
This is working fine.
Have a look at:
https://imgur.com/a/TYzCyRegards,
ChrisFebruary 1, 2018 at 4:58 pm #93240Hi Chris,
Yes it does work now, many many thanks. The only part which doesn’t work is when the responsive mode moves into tablet mode, then it turns very dark gain until it goes to desktop mode which if fine. I guess this is set by the @media screen and max-width value. Currently the code you gave me is set at:
@media screen and (max-width:479px) {
.header-top { background-color: #827b7a !important;}
}Any help would be great.
Thanks
Maria
February 2, 2018 at 5:19 am #93269Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (min-width:768px) and (max-width:1023px) { .header-top { background-color: #827b7a !important;} }
Regards,
ChrisFebruary 2, 2018 at 9:08 am #93314Thanks Chris, I will take a look.
Best
Maria
February 2, 2018 at 9:14 am #93319🙂
-
AuthorPosts
- You must be logged in to reply to this topic.