Setting background image

  • Author
    Posts
  • #15030
    RaShel

    Can I make the background image set to fit instead of tiled or no repeat? I would like it to fit the page, instead of staying small and centered or repeated in tiles…Do I need a specific sized image?

    #15242
    Kay
    Cryout Creations mastermind

    Under Appearance >> Background you have all the options. The recommended size for a static background image would be 1920 x 1080.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #20187
    angelfuzz

    How can I tell the body background image to sit at the left bottom corner of the screen? I do not want it to take up the entire screen. So far it aligns left (as specified in the Tempera settings) but it will not sit at bottom of screen as desired. here is the code I’ve tried so far in the custom css field:

    #body {
    background-image:url(‘http://www.kingwoodscreengraphics.com/wp-content/uploads/2014/01/pain-paint-splash-digital-art-397610.jpg’);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: left bottom;
    }

    thank you for a beautiful theme!

    Angel

    #21516
    Bobby

    I would like to know the answer to Angelfuzz’s question as well because I’m trying to do something similar.

    Can someone help?

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

The topic ‘Setting background image’ is closed to new replies.