Page display

Discussion in 'ReThink WordPress Theme' started by jbandsma, Mar 8, 2018.

  1. jbandsma

    jbandsma New Member

    Joined:
    Mar 5, 2018
    Messages:
    2
    Likes Received:
    0
    I have managed to change the home page to the background, header background, etc to what I want but the changes do not seem to carry over to other pages, which display content background as white. I've tried all kinds of changes in the additional css...which have worked for the home page but do not work for the others.

    This is a work in progress, not used yet so any help getting fixed will be appreciated.

    http://3harpiesltd.info/dev-mp The only link on the menu bar that works right now is the 'coming soon' link
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To make desirable changes, just paste the code given below in Custom CSS section.
    (Dashboard->Appearence->Customize->Additional CSS) of your dashboard.

    Code:
    .main-content {
        background-Color: #fff0;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. jbandsma

    jbandsma New Member

    Joined:
    Mar 5, 2018
    Messages:
    2
    Likes Received:
    0
    That's what I have done. It worked for the home (index) page but does not change any of the other pages or posts.

    .main-content {
    background-Color: #fff;
    background-image: url("[email protected]");
    }
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for getting back to us,

    I have just visited your website and found that all the pages contain the same background.

    Please have a look at the video: https://screenpresso.com/=o31Ic

    Best Regards,
    Akbar
    InkThemes.com
     

Share This Page