Hey there blueberry1977,
If I understood correctly you’re looking to remove all these areas (please check the screenshot http://screencast.com/t/YBTsv12BFE) and leave only the slider and navigation.
If that is the case please add this CSS:
.home_blocks.ast_blocks.activeblock, .home_blocks.activeblock {
display: none;
}
This will leave only the slider and navigation on your home page.
Best regards,
Bojan
yes screenshot dow not work
says we are sorry not able to request.
But i want a start page with only
2 things on it
the title meaning fantastic site and the
slider
Pls remove all other stuff.
So yes i think u understand me fine without need of this defect link for screenshot
Hey blueberry1977,
Sorry about the screenshot link not working, the CSS I provided should do just that, did you try it?
Best regards,
Bojan
wow that was effective now it did change yes great. However the footer part the one where u log in in is not there now so pls add that part to it.
The one that says meta too.
Hey there blueberry1977,
Could you please remove the CSS code I provided in my last post and provide a screenshot of the part you want to keep so I can better understand what you wish to keep and help you faster.
Best regards,
Bojan
here it is the screenshot of my login area on my 2013 themed blog
yes so pls keep this login part and delete all the other stuff. But the footer part the one where it says made by apples i want to keep too.
u can see this apples footer part too if u go here
on my current site
http://great.16mb.com/wordpress-4.0.1-en_CA/wordpress/
Hey there blueberry1977,
Could you please remove the CSS code I provided in my last post so I can see all the parts and provide the correct CSS.
Best regards,
Bojan
hello
u mean this one
.home_blocks.ast_blocks.activeblock, .home_blocks.activeblock {
display: none;
}
is that the part u want me to delete?
yes i now have deleted it yes.
But the part where it says login which i have on my other blog in the footer area is not on there either. So pls make that part apear……..
that is the part i want to see.
can u pls make it like that?if so which code to add or remove ?
i have now managed to get the meta stuff again yes but i had to do it via the admin panel not coded in custom css ……………
but now pls go down in the footer area
i want to make the background color of that footer
not white maybe blue instead
thanks
ok?
I am taling about the lowest point of the page where it is the copytight symbols says apples
Hey there blueberry1977,
Glad to hear you managed to find a solution for that. As for your other question, if this is the area where you wish to change background color http://screencast.com/t/wyaFuyrr then add the following CSS code like I explained before:
#footer {
background-color: #000000;
}
Replace color hex value (#000000) to the one of your choice. This should change the background color of the footer.
Best regards,
Bojan