Comments Sarah Hillemann started the conversationAugust 6, 2020 at 10:01amHow can I change the color from the map overlay? 1,974Support repliedAugust 6, 2020 at 10:14amHello Sarah,.map-overlay { background-color: rgba(0, 0, 0, 0.85);}in customizer -> additional CSSAs you can see the color is specified as a rgb code with an opacity factor of 0.85Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicySarah Hillemann repliedAugust 6, 2020 at 10:27amThanks a lot! One more question regarding color change. How can I change the project section background color? It seems like there is only "dark-background" to choose in the site. 1,974Support repliedAugust 6, 2020 at 10:31amHi which section to be more exact (since there are multiple section types)Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicySarah Hillemann repliedAugust 6, 2020 at 10:35amOh sorry. This section is assigned as a default section. The numbers counter. 1,974Support repliedAugust 6, 2020 at 3:02pmHi Sarah, if you mean this onehttps://prnt.sc/tv5zrythe inner dark section has been specified with dark-background background colorthe possible parameters are light-grey-background, white-background and dark-backgroundhttps://prnt.sc/tv64wdif you want to customize the color if the page-section is called counters you can specify#counters section.dark-background { background-color: #222 !important;}in customizer -> additional CSS, change the value of #222Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
How can I change the color from the map overlay?
Hello Sarah,
.map-overlay {
background-color: rgba(0, 0, 0, 0.85);
}
in customizer -> additional CSS
As you can see the color is specified as a rgb code with an opacity factor of 0.85
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks a lot! One more question regarding color change. How can I change the project section background color? It seems like there is only "dark-background" to choose in the site.
Hi which section to be more exact (since there are multiple section types)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Oh sorry. This section is assigned as a default section. The numbers counter.
Hi Sarah, if you mean this one
https://prnt.sc/tv5zry
the inner dark section has been specified with dark-background background color
the possible parameters are light-grey-background, white-background and dark-background
https://prnt.sc/tv64wd
if you want to customize the color if the page-section is called counters you can specify
#counters section.dark-background {
background-color: #222 !important;
}
in customizer -> additional CSS, change the value of #222
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy