Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Hearder image is not used by the Home page

Viewing 4 replies - 1 through 4 (of 4 total)

  • 9087877
    Inactive

    Did you change it in the dashboard/Appearance/Header, or in the style.css of your theme, or both? If so that could be your problem.


    Etienne ROSENSTIEHL
    Participant

    @etienne-r-2

    I made many changes. I probably did both. Now you know the problem, do you know a solution ?
    (I use a very basic structure : WordPress, BussyPress, bd-default theme and Private BuddyPress.)


    9087877
    Inactive

    If you made a child theme just target the #header in your style.css and use something like this:
    `#header {
    background-image: url(http://yourdomain.com/wp-content/uploads/2012/03/logo.gif);
    background-repeat: no-repeat;
    }`
    Just replace the URL with the URL to the image you uploaded in your dashboard/media/library.

    If you edited bp default.css which you should never do because it can be done in a child theme which future proofs it to some degree and over-rides the default.css anyway. Then I would suggest just opening the buddypress.1.5.5.zip (or whatever version you have). Just copy the file from buddypress/bp-themes/bp-default/_inc/css/default.css and replace with the one on your server in /wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/default.css
    Hope this helps!


    Etienne ROSENSTIEHL
    Participant

    @etienne-r-2

    Many thanks it works fine.
    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] Hearder image is not used by the Home page’ is closed to new replies.
Skip to toolbar