- Posts: 18
- Thank you received: 0
OS Property support center
Color of randomproperty
- Langlais Guillaume
- Topic Author
- Offline
- New Member
-
Less
More
9 years 10 months ago #65742
by Langlais Guillaume
Color of randomproperty was created by Langlais Guillaume
Hello,
how can I change the background color of FEATURED in randomproperties or else labels ?
In this module it's seem it's not a picture.png but a code in a css.
Thank you
how can I change the background color of FEATURED in randomproperties or else labels ?
In this module it's seem it's not a picture.png but a code in a css.
Thank you
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 10 months ago #65748
by Mr. Dam
Replied by Mr. Dam on topic Color of randomproperty
Hi,
I suggest you to use the Inspect Element tool of browser (Firefox) to find the CSS (Image source) and modify it.
Thanks
Dam
I suggest you to use the Inspect Element tool of browser (Firefox) to find the CSS (Image source) and modify it.
Thanks
Dam
The following user(s) said Thank You: Langlais Guillaume
Please Log in or Create an account to join the conversation.
- Langlais Guillaume
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
9 years 10 months ago - 9 years 10 months ago #65773
by Langlais Guillaume
Replied by Langlais Guillaume on topic Color of randomproperty
I had doing this method (with Safari) before post my question. I have chance the color at line 3750 in templates/osproperty/css/template.mini.css:
.label-important,
.badge-important {
background-color: #b94a48;
but when I go on website, the color don't change.
That's for this reason I say this question. I'm sure i have miss an operation no ?
.label-important,
.badge-important {
background-color: #b94a48;
but when I go on website, the color don't change.
That's for this reason I say this question. I'm sure i have miss an operation no ?
Last edit: 9 years 10 months ago by Langlais Guillaume.
Please Log in or Create an account to join the conversation.
- Langlais Guillaume
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
9 years 10 months ago #65927
by Langlais Guillaume
Replied by Langlais Guillaume on topic Color of randomproperty
I try many parameters but i don't find solution
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 10 months ago #65966
by Mr. Dam
Replied by Mr. Dam on topic Color of randomproperty
Hi,
If you open file:
modules > mod_ospropertyrandom > asset > style.css
and find
You can change the background attribute
Thanks
Dam
If you open file:
modules > mod_ospropertyrandom > asset > style.css
and find
Code:
.image_property .randompropertyfeatured{
position:absolute;
top:5px;
left:5px;
color:white;
font-size: 13px;
font-weight: 400;
padding: 6px 10px;
position: absolute;
text-transform: uppercase;
background:none repeat scroll 0 0 #ff0000;
}
You can change the background attribute
Code:
background:none repeat scroll 0 0 #ff0000;
Thanks
Dam
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.