OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

Joomla Real Estate

Go to bottom Favoured: 0

Dutch language

imkejoemrati (User)
Junior Boarder
Posts: 33
graphgraph
User Offline Click here to see the profile of this user
Re:dutch language 10 Years, 5 Months ago
Karma: 0  
thank you,
One last question
www.stibersur.biz/web/index.php/componen...arch/50/Koopwoningen
Can you take a look at this. This is what i get when i click on the search from the component (not the module) I think the background and the text have the same color. how can i change that?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:dutch language 10 Years, 5 Months ago
Karma: 101  
Hello,

Please try play with
{site}/components/com_realestatemanager/includes/realestatemanager.css

Code:

.show_search_house .container_box_1 .col_box_1 {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #D6D6D6;
    float: left;
    margin: 4px 14px 0 0;
    overflow: hidden;
    padding: 5px 5px 10px 10px;
    width: 315px;
}
.show_search_house .container_box_2 .col_box_2 {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #D6D6D6;
    float: left;
    margin: 4px 14px 0 0;
    overflow: hidden;
    padding: 5px 5px 0 10px;
    width: 315px;
}

.show_search_house .container_box_3 .col_box_3 {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #D6D6D6;
    float: left;
    margin: 4px 14px 0 0;
    overflow: hidden;
    padding: 5px 0 5px 10px;
    width: 205px;
}



and for background please try some thing like:
Code:

    background: none repeat scroll 0 0 #333333;


Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
imkejoemrati (User)
Junior Boarder
Posts: 33
graphgraph
User Offline Click here to see the profile of this user
Re:dutch language 10 Years, 4 Months ago
Karma: 0  
Okay, thank you for all your help. I still have 2 small problems.


www.stibersur.biz/web/index.php/componen...gory/50/Koopwoningen
I changed the background color for the listing. The heading color for the houses is light grey and it hovers to dark grey. How can i change this color. i want to change it to black, and blue when it hovers.


At the bottom of the page are the buttons (or links) to next and previous page and other pages. I also want to change these colors, because now the background is white and the text color is light grey. Almost invisible.

Can you help me with this?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:dutch language 10 Years, 4 Months ago
Karma: 101  
Hello

You need
www.stibersur.biz/web/components/com_rea...ealestatemanager.css


replace this
line 209
Code:

#list .list_house:hover, #list .list_house:hover {
    background: none repeat scroll 0 0 #0044CC;
    border-bottom: 1px solid #0044CC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
}



line 203
Code:

border-bottom: 1px solid #0044CC;



line 359
add this
Code:

color: #000000;


replace this line 368
to
Code:

#pagenavig a:hover, #pagenavig .active a, #pagenavig .active span {
    background-color: #0044CC;
    border: 1px solid #0044CC;
    color: #FFFFFF;
}



But first please backup that file.

in attachment file with modification

Thanks,
OrdaSoft team
ordasoft.com/images/fbfiles/files/reales...4cec6e585ec4fb06.zip
Logged Logged
Last Edit: 2013/11/07 11:36 By admin.
The administrator has disabled public write access.
imkejoemrati (User)
Junior Boarder
Posts: 33
graphgraph
User Offline Click here to see the profile of this user
Re:dutch language 10 Years, 4 Months ago
Karma: 0  
thank you,
but the color of the address is still still light grey and when it hovers dark grey, i want to change it into blue
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:dutch language 10 Years, 4 Months ago
Karma: 101  
Please !!!!

we give only advices. We can't change your template free, that cost much time

If you wish change your template, Please send custom change request to ordasoft contact form. Please give full detail description how that must look and work and we will give price to you

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»