Home Forums Theme support Skyline Theme – Adjustment Questions Reply To: Skyline Theme – Adjustment Questions

Hi,

1. Borders

Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra Css Content and add this:

textarea, input[type=text], input[type=password], input[type=email], select {
border: 1px solid #000;
}

(you can change the color code (#000) to a color of your choice )

2. Logo + Headertext

Go to the Extra Css content (see path above and add this):

.brand_content {
display:none;
}
#brand img {
margin-left: auto;
margin-right: auto;
}

3. Size, … Infotext

Yes, go to Extra CSS Content and add this:
.brand_content {
font-weight:bold;
font-size:20px;
}

4. Property details

You can remove it with css. Go to Extra Css content and add this:

#odetails {
display:none;
}

5. Colored Address Bar

Thats not possible without changes in the PHP files. Do you know how to edit PHP files?

6. Property in URL

Yes, you can add a php function to your functions.php file, than you can change the URL slug, here is a little tutorial:

http://wordpress.stackexchange.com/questions/41988/redeclare-change-slug-of-a-plugins-custom-post-type

7. Property in Admin Menu

If you want, you can open the file posttype-real-estate.php in the ‘7league’ folder in the skyline theme and go to line 10 ( label => … ) and change ‘Object’ to ‘Property’