Theme Options and Pages Stopping Updating

Support Forums for LiveMesh Themes & Plugins Forums Peak Theme Support Theme Options and Pages Stopping Updating

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25876
    donna
    Participant

    Hi,
    I’m finally back developing on this website but the pages stopped updating. In the Theme Options I tried to change the title background and it’s not showing up as changed.

    I did upgrade the php setting before to install the demo as per your previous suggestions. Now I don’t know what is going on.

    Can you assist as soon as possible? Now I’m on a time crunch with this client.

    Thanks so much,
    Donna

    website: blossomphiladelphia.org

    hidesite password: mydoggienicky

    username: tempuser
    password: Mary##Had!aLitT932

    #25878
    donna
    Participant
    This reply has been marked as private.
    #25888
    Raghavendra
    Moderator

    You can insert the following Custom CSS in theme options –

    h1, h2, h3, h4, h5, h6 {
      color: #333; }
    
    h1 {
      font-size: 54px;
      line-height: 64px; }
    
    h2 {
      font-size: 44px;
      line-height: 54px; }
    
    h3 {
      font-size: 34px;
      line-height: 44px; }
    
    h4 {
      font-size: 26px;
      line-height: 34px; }
    
    h5 {
      font-size: 18px;
      line-height: 28px; }
    
    h6 {
      font-size: 16px;
      line-height: 24px; }
    /* Height of title */
    #title-area {
    padding: 50px 0;
    }
    
    #custom-title-area {
    padding: 60px 0;
    }
    /* Menu */
    #primary-menu > ul.menu > li > a {
        color: red;
    }
    
    /* Footer */
    .sec-nav .inner {
    color: #fff;
    }

    Hope these help.

    #25889
    Raghavendra
    Moderator

    You can also use the the following plugin to insert custom css –

    https://wordpress.org/plugins/simple-custom-css/

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Peak Theme Support’ is closed to new topics and replies.