Re: [Theme] Borderworld Reply #30 – March 18, 2015, 07:59:25 pm Been a while since I looked at this one. Let me take a look tomorrow and let you know whats best there. I can't remember if I update the first post with the latest, probably did but can't remember for sure
Re: [Theme] Borderworld Reply #31 – March 19, 2015, 11:18:40 am Quote from: TomW – March 18, 2015, 06:24:12 pmI have downloaded this theme and find no problems with login/register, or Search. It appears to be working great !Be sure you have the latest, I think what was in this thread is it, but to be sure get this one: https://github.com/Spuds/Elk_Theme_BorderWorld/releases/download/1.0.0/borderworld.zipQuote from: TomW – March 18, 2015, 06:24:12 pmI would like to change the background and the menu colors from blues to yellows. This theme should install a new directory in your /themes directory as /themes/Borderworld Those are the files you will need to edit to change the colors, etc,i ndex_besocial.css has no effect on this theme.Currently there is only one variant _redblue most of the colors should be in those css files. The background pattern is in images _redblue directory, there are some additional patterns in there if you wanted to experiment. So for example in /themes/Borderworld /css/_redblue you will find the index_redblue.css file, if you want to change the backgroundCode: [Select]html { background: #55728B; background: url(../../images/_redblue/geo6.png) repeat scroll 0 0 #55728B;}the color is the hex 55728B, which is that wedge wood blue, change that to a yellow color instead. You can also try some of the other geo# patterns in the images dir, I left a few for experimentation.You can also create your own variant file, by copying them to a _yellowred (or whatever you like), so you would then have a /themes/Borderworld /css/_yellowred directory. You can then make that available by adding that to the /themes/Borderworld/index.template.php file to the 'theme_variants' line. This keeps the current intact and lets you experiment.Quote from: TomW – March 18, 2015, 06:24:12 pmAlso would like to remove the title in the header and only have the logo. Would I make the change in the index_besocial.css file ?If you don't want the title, don't add on in the themes options (Site slogan) for this theme. Those settings are under admin->configuration->theme management->theme settings from that page, select the Borderworld settings. That should just leave the logo.
Re: [Theme] Borderworld Reply #32 – September 20, 2019, 01:31:04 pm And updated for 1.1, see the first post.