*

nail celaj

  • *
  • 3 posts
how can i change background color
« on: November 07, 2024, 09:09:36 PM »
I need to change the background colour on category , how can I change ?
thnx

*

MB Themes

Re: how can i change background color
« Reply #1 on: November 08, 2024, 11:23:15 AM »
https://docs.osclasspoint.com/customizations-of-theme-basic

Some themes also use category color set in theme settings.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nail celaj

  • *
  • 3 posts
Re: how can i change background color
« Reply #2 on: November 10, 2024, 11:58:47 AM »
thanks for the quick reply,

I tried it but I don't know how to set it

element.style {
    background-color: rgba(244, 67, 54, 0.15);

on Theme Customization
 thnx



*

MB Themes

Re: how can i change background color
« Reply #3 on: November 10, 2024, 12:56:49 PM »
Yes its set via style so that color is from category color, just 0.15 opacity only.
To override it manually, use !important
Selector is on your screenshot.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nail celaj

  • *
  • 3 posts
Re: how can i change background color
« Reply #4 on: November 12, 2024, 10:23:31 AM »
how can I put the background colour?

*

MB Themes

Re: how can i change background color
« Reply #5 on: November 12, 2024, 01:18:18 PM »
https://chatgpt.com/ can help a lot.
Code: [Select]
background:red;
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots