*

mwindey

  • *****
  • 461 posts
Again css skills needed to change layout
« on: June 23, 2021, 02:24:31 PM »
Hello again,

A small adjustment makes a big difference... That's why this question is how I change the background of this one.
You could say learn... But I have faith that Frosticek will show me the right way....... At least I hope so ;-)

Marked as best answer by frosticek on June 23, 2021, 06:51:49 PM
*

MB Themes

Re: Again css skills needed to change layout
« Reply #1 on: June 23, 2021, 02:31:07 PM »
@mwindey
It's just about right click and inspect option.
Code: [Select]
.home-container.hc-latest {background:red;}
Code: [Select]
.home-container.hc-premium {background:blue;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mwindey

  • *****
  • 461 posts
Re: Again css skills needed to change layout
« Reply #2 on: June 23, 2021, 04:56:58 PM »
@MB Themes

Thanks to solve this. I was looking for 2 days before i start a question about this issue....i changed the code to:
Code: [Select]
.home-container.hc-latest {padding-bottom:15px;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;background:#FAFAFA;}
.home-container.hc-premiums {padding:20px 0 10px 0;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;background:#90CAF9;}