Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter writingcrafts

    (@writingcrafts)

    Hi Dave. I implemented everything you mentioned and everything worked perfectly! Thank you very much for your help, I spent the whole day yesterday struggling with this and was already getting a bit frustrated. I am really thankful for your help.

    I am also looking into Child Themes to have a backup of all the changes I made as you suggest.

    Cheers, and thanks for everything again!

    Thread Starter writingcrafts

    (@writingcrafts)

    Hi Dave, Thank you very much! This solved my problem. Although I had to dig a bit more, since the code was not available in “style.css”, but it was in the file “layout.css”, which style.css pulled to give the site its layout.

    Btw, do you know how to move the balloons? They are part of the 3D background. I think I have the files where the code for them are located. The codes look something like this..

    #parallax-01,
    #parallax-02,
    #parallax-03,
    #parallax-04,
    #parallax-05,
    #parallax-06,
    #parallax-07 {
    	position: fixed;
    }
    
    #balloons-01,
    #balloons-02,
    #balloons-03,
    #balloons-04,
    #balloons-05,
    #balloons-06,
    #balloons-07 {
        position: absolute;
    }
    
    #parallax-01 {
    	z-index: 1;
    }
    
    #balloons-01 {
        top: 108px;
        left: 124px;
    }
    
    #parallax-02 {
    	z-index: 2;
    }
    
    #balloons-02 {
    	top: 160px;
    	left: 516px;
    }
    
    #parallax-03 {
    	z-index: 3;
    }
    #balloons-03 {
    	top: 62px;
    	left: 532px;

    Yet they don’t change when I alter this code. Any ideas?

    Much appreciated. Best!

    Thanks for your suggestions Tommy, I tried looking in the main files for this but I couldn’t find it. But at least I now know it can be done. I will keep looking for it and trying throughout the day. Thanks for your help!

    Hi Tommy, Thank you very much for the prompt response! Thanks for the suggestion as well, but where do I change this line height value? In which file of the theme is it located? I am searching in some of the main ones but I can’t find it. Thanks for your response in advance again!

    Hi Tommy, I am also having a bit of trouble with this theme. Maybe you can help me, since the theme is quite new, help or support for it are almost non-existent. I am also trying to customise the theme a bit ( my website: writingcrafts.com ) but I don’t know how to make the pages (titled HOME in my homepage) move UP or closer to the title. The gap for me is too much and I would like to reduce it. I have tinkered with almost all the files via FTP but have had no success, I just move ALL the website up or down, but not just the Page section which is what I intend. You have any suggestions for this? Thank you very much in advance. Best!

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