2 replies [Last post]
wedbykez
wedbykez's picture
Offline
newbie
Australia
Last seen: 10 years 16 weeks ago
Australia
Timezone: GMT+11
Joined: 2013-02-12
Posts: 2
Points: 3

Hi all.

Complete CSS amateur [who knows enough to follow a tut or too]

Site at eluminated.com.au

Want to make static home page; set a full width background image for this page only and then make the black content box transparent so the text appears to be sitting on top of the image.

I know I can do this with the body_class and some CSS however it is a lot beyond my skills.

Would appreciate some assistance to styling this one page with CSS as all googling reveals this would be the easiest way

Thanks in advance
Kez

wedbykez
wedbykez's picture
Offline
newbie
Australia
Last seen: 10 years 16 weeks ago
Australia
Timezone: GMT+11
Joined: 2013-02-12
Posts: 2
Points: 3

Just to clarify the content

Just to clarify the content would only be transparent on this page and the footer needs to be removed on this page only.

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 21 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Hi wedbykez, welcome to the

Hi wedbykez, welcome to the forum,

In all honest a lot of what you require is not necessarily straightforward or simply css styling. You are attempting to modify a pre-built premium theme, pre-built themes are designed to do what they do in terms of layout and are not necessarily customizable depending though on how the theme author has set things up for the user of course. While it's true that in theory all themes built on the WP api framework are customizable some themes depart from WP conventions making this particularly difficult to do.

At this stage it's not overly clear whether you want to create a static home page or whether this is actually a custom home page ( as it looks as though it must be)

Setting a background image to be fixed for this page seems to defeat the point of the pages fluid nature & I can't determine why you would want that as there seems little point - although I dread to think what sizes those full viewport series of images are.

The backgrounds on the menu are graphics so you can't simply make them transparent without re-factoring the actual graphics in a suitable graphics app, you could simply locate the image calls in the stylesheet and remove them though, you would then need to deal with the text color to make it stand out.

Removing the footer is a markup / template consideration on the home.php/index.php or custom named template set for front page reading you could simply call a new named footer get_footer('home-page') which would be a copy of the original footer file with markup elements not required removed, conversely you could hide elements via CSS but CSS shouldn't really be used to hide elements on mass as it's illusory that it does.

In all honesty it sounds like the changes you want to make are better suited and less grief to achieve if you were to hire a developer to make the changes for you.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me