gameslab 0 Report post Posted August 5, 2011 Hi here is the site I am working on http://gameslabapps.com/ I would like to be able to change the background colour of or To change the 2 white spaces to a colour or image. Also how do I invoke the next and previous buttons on the slider as I do not seem to have any. Would it be possible to have the at the bottom left and right hand size on the header but still target the slider Any help on how to override the feature page theme would be great thanks Share this post Link to post Share on other sites
catrina 103 Report post Posted August 5, 2011 By DIV layer context, you mean the DIV layer content in the texture container, yes? It looks like the white spaces are there because the red image in the background is being pushed down. Is there any other custom CSS you have right now? There are no next and previous buttons for the slider (instead there is the footer navigation). I think these buttons will need to be added manually in the feature slider file. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
gameslab 0 Report post Posted August 5, 2011 Thanks I have figured out which CCS I needed to target for the padding on the feature container. #feature .texture { background-image:url('http://gameslabapps.com/wp-content/upLoads/bg_tile3.png'); background-repeat:repeat; background-position:0px -144px; } Can you tell me where to look in the source for the feature slider file and I will have a go at adding the buttons. Thanks Share this post Link to post Share on other sites
gameslab 0 Report post Posted August 5, 2011 Optionally how could I swap out the slider for say meteor-slides or another plugin? Share this post Link to post Share on other sites
catrina 103 Report post Posted August 5, 2011 You can disable the slider and install meteor-slides. That way, you can probably use a hook or other code to put the slider in place of the default slider. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites