This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Sunis

  • **
  • 13 posts
Changing the color of ad text
« on: October 23, 2022, 10:14:37 AM »
How to change the color of the ads on the main page. For example as on 2 photo

*

MB Themes

Re: Changing the color of ad text
« Reply #1 on: October 23, 2022, 01:09:05 PM »
Ita simple css you must handle by yourself.
- right click on element
- click inspect
- you will find css selector and file where to add your mod
- use color attribute to change colors
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Sunis

  • **
  • 13 posts
Re: Changing the color of ad text
« Reply #2 on: October 24, 2022, 09:39:32 AM »
I can't do it already, I'm going crazy. who is willing to help me for a reward?

Marked as best answer by frosticek on October 24, 2022, 02:08:51 PM
*

MB Themes

Re: Changing the color of ad text
« Reply #3 on: October 24, 2022, 11:19:59 AM »
Don't think so...
Code: [Select]
body .products.grid .simple-prod .title, body .white .simple-prod .title {color:red;}
body .products.list .simple-prod .title {color:yellow;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Sunis

  • **
  • 13 posts
Re: Changing the color of ad text
« Reply #4 on: October 24, 2022, 01:46:17 PM »
Thank you so much for your help )

*

Own Petz

  • ****
  • 171 posts
  • OwnPetz - Free Classified Ads. Buy, Sell or Adopt
Re: Changing the color of ad text
« Reply #5 on: October 28, 2022, 09:10:16 PM »
Don't think so...
Code: [Select]
body .products.grid .simple-prod .title, body .white .simple-prod .title {color:red;}
body .products.list .simple-prod .title {color:yellow;}

You are very helpful.
OwnPetz - Free Classified Ads. Buy, Sell or Adopt Online. https://ownpetz.com

*

MB Themes

Re: Changing the color of ad text
« Reply #6 on: October 30, 2022, 11:47:24 AM »
I am pretty sure there are many on internet that show this.
Maybe we can search for some and put it in bookmarks somewhere.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots