Viewing 15 replies - 16 through 30 (of 53 total)
  • Hey there blueberry1977,

    If I understood correctly you’re looking to remove all these areas (please check the screenshot https://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

    Thread Starter blueberry1977

    (@blueberry1977)

    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

    Thread Starter blueberry1977

    (@blueberry1977)

    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

    Thread Starter blueberry1977

    (@blueberry1977)

    here it is the screenshot of my login area on my 2013 themed blog

    Thread Starter blueberry1977

    (@blueberry1977)

    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

    https://great.16mb.com/wordpress-4.0.1-en_CA/wordpress/

    Thread Starter blueberry1977

    (@blueberry1977)

    it says

    Apples made by Towfiq

    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

    Thread Starter blueberry1977

    (@blueberry1977)

    hello

    u mean this one

    .home_blocks.ast_blocks.activeblock, .home_blocks.activeblock {
    display: none;
    }

    is that the part u want me to delete?

    Hi again,

    Yes please.

    Regards,
    Bojan

    Thread Starter blueberry1977

    (@blueberry1977)

    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.

    Thread Starter blueberry1977

    (@blueberry1977)

    can u pls make it like that?if so which code to add or remove ?

    Thread Starter blueberry1977

    (@blueberry1977)

    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 https://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

Viewing 15 replies - 16 through 30 (of 53 total)
  • The topic ‘Change header Background Image’ is closed to new replies.