this guide is void for 3.1.x see my post viewtopic.php?f=476&t=2277271&p=13844211#p13844211deepndark wrote:Hey I installed your style but where's the place to activate it for my site?
I used this guide but my forum still has the prosilver look. Help please.
https://www.phpbb.com/support/docs/en/3 ... on-phpbb3/
thanks if you ever need help let me knowdeepndark wrote:You just recieved a little fee for your hard work. I wish you can assist me if I sometimes need a bit help.
http://www.reasonheads.net/forums
Ok, will do. Even tho most of the time I figure stuff out by my own.Prosk8er wrote:thanks if you ever need help let me knowdeepndark wrote:You just recieved a little fee for your hard work. I wish you can assist me if I sometimes need a bit help.
http://www.reasonheads.net/forums
/styles/DVGFX2/theme/stylesheet.cssdeepndark wrote:Hi, I have started to replace the images to my own style, but where are all the other customizing settings located at? As example I'd like to change the dimensions for the site logo. How can I modify them? Thank you!
Thanks, hey can you answer another question, where should I upload the rank pics, I use DVGFX2.Prosk8er wrote:/styles/DVGFX2/theme/stylesheet.cssdeepndark wrote:Hi, I have started to replace the images to my own style, but where are all the other customizing settings located at? As example I'd like to change the dimensions for the site logo. How can I modify them? Thank you!
/styles/DVGFX2/theme/en/stylesheet.css
Code: Select all
.imageset.site_logo {
background-image: url("./images/site_logo.png");
padding-left: 300px;
padding-top: 100px;
}
Ok, hey is there a better software than Notepad to edit the stylesheets?Prosk8er wrote:it's 1000px wide
and this code below is what you'll need to alter it's line 765 in the /theme/stylesheet.cssyou'll have to do something with the site sitename and description prolly to either remove it or make it float over your bannerCode: Select all
.imageset.site_logo { background-image: url("./images/site_logo.png"); padding-left: 300px; padding-top: 100px; }