Home › Forums › WordPress Themes – Premium › Circumference › Logo header suddenly not responsive › Reply To: Logo header suddenly not responsive
Hi Prisca,
There you might have used widget specific background color so you are not able to see changes.
Lets start from Banner wide widgets position, there you have used layer slider which is taking transparent background color
.ls-inner {
background-color: transparent;
}
In order to change it add following css in child them style.css
.ls-inner {
background-color: #000 !important;
}
2> call to action widget areas[” WELCOME TO THE PORT WEB DESIGN”]. To change this background color
Go to dashboard->customizer->Colours-> Call to action background.
3> In footer widgets areas [“CLICK HERE TO VISIT OUR CLIENTS’ BLOG”] you have used recent posts. To change this background color
Go to dashboard->customizer->Colours-> Footer background.
OF header issue we had checked your site both on androId as well as ios but we didn’t find any issue. So please share screen shot so we can provide you a solution as soon as possible.
Note: Please use child theme to add custom css so your changes will not lost on theme update.
Thanks