-
AuthorPosts
-
March 10, 2014 at 3:05 pm #195642
Hello I need use a brick background in purity III template. :((
anyone know how to do?Thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 10, 2014 at 6:19 pm #526133So that I can try to best assist you, please provide the url of the site you’re working on,
as well as set “Optimize CSS” to “Off” within your Template Manager–General settings.It would also be helpful if you could provide a reference to the type of brick background you’re wanting.
1 user says Thank You to TomC for this useful post
March 10, 2014 at 7:07 pm #526151Hello Tom,
The url is: mvdesign.es
A lot of thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 10, 2014 at 7:44 pm #526153Okay … Now I just need to know which area of your site you want the background changed – as there are a couple different areas (i.e. top/header, middle/content/ bottom/footer) with their own background properties.
1 user says Thank You to TomC for this useful post
March 10, 2014 at 8:13 pm #526165I think perhaps the background (middle/content)
Thanks thanks thanks!!!!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 10, 2014 at 8:49 pm #526170<em>@diegop 415665 wrote:</em><blockquote>Hello Tom,
The url is: mvdesign.es
A lot of thanks</blockquote>
I still need you to temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.
1 user says Thank You to TomC for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 11, 2014 at 3:37 am #526212Hi Diego,
When you turn off Optimize Css option in template manager like Tom suggested, you can use Firebug in Firefox or Inspect Element in Chrome to know which class / css file you need to change. See this screenshot for sample: http://prntscr.com/2zsjz9
Once you know which class you should change, you open file: /templates/purity_iii/css/custom.css file and add your own custom there.
You can follow this reference for more info about CSS background: http://www.w3schools.com/css/css_background.asp
Best
1 user says Thank You to Saguaros for this useful post
March 11, 2014 at 9:39 am #526258Hi Tom and Saguaros, thank you very much. I´ll try it.
I copy this in file 2556, (footer)
body {background-image:http://mvdesign.es/images/cover/group/2/7d4a0e66ceef711e0b9fbb8be6f3e55d.jpg;}
But not work…..
When I see that de main body it´s in the bootstrap.css I think that is here where i must insert this line, or not??
Sorry!! and thanks!!!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 2, 2014 at 3:19 pm #529213Thanks Saguaros, but i made what yo say me and not works! :((:((
I am trying to set a concrete texture inthe main backgound. Then i want de navbar and the footer in black and the body in concrete texture.Thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 3, 2014 at 2:00 am #529289Hi Diego,
As Tom mentioned above, some areas on your site have their own background properties. So please post your site’s URL here, set Optimize CSS option in template manager to No, I will have a look then.
April 4, 2014 at 7:25 am #529481TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 4, 2014 at 4:33 pm #529559<em>@diegop 419873 wrote:</em><blockquote>Hello Saguaros,
The url is http://www.mvdesign.es
Thanks</blockquote>
As requested previously – we still need you to temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.
1 user says Thank You to TomC for this useful post
April 4, 2014 at 8:05 pm #529576Ok thanks, now it´s optimize css in off
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 4, 2014 at 8:16 pm #529578Here is where you can modify the background property for the middle/content area . . .
Within file path –> /templates/purity_iii/css/themes/negro/off-canvas.css
at line 53, you will see the following:
.t3-wrapper {
background: none repeat scroll 0 0 #0D0D0D
left: 0;
overflow: visible;
position: relative;
transition: transform 0.5s ease 0s;
z-index: 99;
}Modify the “background” property for your chosen image – for example . . .
.t3-wrapper {
background-image: url("../../../images/your_image.png") none repeat scroll
left: 0;
overflow: visible;
position: relative;
z-index: 99;
}Of course, you will need to identify the correct path for YOUR chosen background image.
HELPFUL HINT:
You should also put your modified CSS rule within your custom.css file – and always keep a current back-up – so that it will not be ovewritten when/if you ever try to update your template files.1 user says Thank You to TomC for this useful post
-
AuthorPosts
This topic contains 27 replies, has 6 voices, and was last updated by omrigez 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum