View Single Post
  #7  
Old 04-03-2018, 01:17 PM
Dinocanid's Avatar
Dinocanid Dinocanid is offline
Member
 
Join Date: Aug 2016
Location: Maryland, USA
Posts: 516
Gender: Unknown/Other
Credits: 63,637
Dinocanid is on a distinguished road
Default

Quote:
Originally Posted by goofyunicorn View Post
What line should I place it on for the Main theme? Just at the end?
It should go above {$menu} so it will show at the top, since it would show at the bottom if you placed it at the end. Since it looks like you're using the main theme, you would have to go into the "media" subfolder and edit this in style-city.css instead:

Code:
#image {
border-left:10px solid #fff;
border-right:10px solid #fff;
border-bottom:5px solid #fff;
background:url("citylights.jpg") left no-repeat #91C7F5;
height:150px;
}
Replace citylight.jpg with your logo. In the event that your theme doesn't have "#image" in the css, then you would edit the template.tpl.

Quote:
Originally Posted by goofyunicorn View Post
That's actually really lovely. Would you want to be paid if I were to ask for you to make me a theme?
Yeah, since it takes time to get things to look right depending on how complex it is.
__________________
Reply With Quote