Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20174
    OddThemes
    Participant

    i made a blog mimas.tk
    i want to know how do i change the background of that beach to the one i want
    thanks

    #20250
    Templatesyard
    Participant

    Find the sectionIntro in your blogh HTML.. It will be like <div id='sectionIntro'>
    Find the corresponding css which will look like.

    #sectionIntro {
    	text-align: center;
    	background-color: #1a1a1a;
     	background-image: url(https://3.bp.blogspot.com/-CxI9Zq_iap8/VSEm_LbDYyI/AAAAAAAAAWM/YWQDFiRhm1g/s1600/72adf455.jpg);
    ......................}

    Change the background image by replacing the background-image: url( <replace this>);

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.