Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #130008
    AZ_photos
    Participant

    Hi,
    how can i set a background of the same colour (black) in every page?
    http://www.zanetti.cloud

    thanks!!

    #130016
    Skandha
    Participant

    @AZ_photos: Go to => Appearance => Customize => Color => Background Color and select your desired color!

    Let me know if you have any more issues!

    Regards,
    Skandha

    #130017
    AZ_photos
    Participant

    i already set it, but some parts of the background are still white.

    Look at this page:
    http://www.zanetti.cloud/fotografia/

    thanks,
    Alberto

    #130019
    Skandha
    Participant

    @AZ_photos: The background color is only visible in boxed layout. Go to => Appearance => Theme Options => Layout Options and select boxed as site layout.

    However, i don’t think the background color will effect the white area you’re mentioning.
    For that Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content {
    background-color: black;
    }

    Let me know if this works!

    Regards,
    Skandha

    #130040
    AZ_photos
    Participant

    I already did it…
    Nothing changed.

    🙁

    other suggestions?

    #130043
    Skandha
    Participant

    @AZ_photos: Change is visible at my end after adding the CSS code. Take a look at my screenshot.
    There must some issue at your end. Try clearing your browser cache and see if it works.

    Regards,
    Skandha

    #130044
    Skandha
    Participant

    @AZ_photos: I see that you have added the following code as Additional CSS.

    #content article {
    	background-color: black;
    }

    Remove the word article and save and publish, you should see the background changed to black.
    Let me know if this sovles the issue.

    Regards,
    Skandha

    #130054
    AZ_photos
    Participant

    woah!!
    Thank you soooo much!!

    Last question: how can i change the colour of the white row under the menu? http://www.zanetti.cloud/fotografia/

    and the color of the text in this row?

    #130070
    Skandha
    Participant

    @AZ_photos: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .breadcrumb-area.custom {
    color: red;
    background-color: black;
    }
    
    .breadcrumb a {
    color: red
    }

    Change the text color and background-color as desired.
    Let me know if does the trick!

    Regards,
    Skandha

    #130071
    Skandha
    Participant

    @AZ_photos: I missed a semicolon after red, please add it!

    #130113
    AZ_photos
    Participant

    Amazing!!
    Thank you, now is everything perfect!!

    Thank you!!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘background all black’ is closed to new replies.