*

mwindey

  • *****
  • 461 posts
Once again and last one from color change
« on: July 24, 2021, 07:49:55 PM »
Looking in my veronika style.css (which i know almost out off my head) to change the background color where the adsense banners appear.
This is grey #FAFAFA i thought but that doesn't seem right..... Help me find those f***s please?
Attached is the location that needs to be changed. Who can help me out please?

Marc

*

MB Themes

Re: Once again and last one from color change
« Reply #1 on: July 26, 2021, 12:05:52 PM »
@mwindey
It looks like body color.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Marked as best answer by frosticek on July 27, 2021, 03:52:10 PM
*

mwindey

  • *****
  • 461 posts
Re: Once again and last one from color change
« Reply #2 on: July 26, 2021, 06:40:42 PM »
@MB Themes

Finally found it in Global styles
Code: [Select]
.home-container {float:left;width:100%;clear:both;position:relative;} and changed to
Code: [Select]
.home-container {background:#E8EAF6;float:left;width:100%;clear:both;position:relative;}
« Last Edit: July 26, 2021, 10:48:24 PM by mwindey »