Styling Issues on pages

Home Forums Legacy Support Support queries Styling issues Styling Issues on pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23188
    msg4wale
    Spectator
    Please, how can I fix this issues on some of my pages. I run the latest version of WPLSM 2.0.2 and the default install of the One Instructor Child Theme. I have tried all could. site is www.rajiadewale.com Exhibit One:
    1. Main menu does not scroll together with page on all other pages except home page
    2.Background color or image does not apply on all pages Exhibit 2:
    1. Main menu color does not look like that of one instructor demo page

    2. Blog page shows name of site as title instead of name of page

    Exhibit 3: Menu page overlaps picture on home page      

    #23755
    H.K. Latiyan
    Participant
    Please use the following custom css in wp-admin->appearance->customize->custom css:
    header.fix.fixed {
    
    position: fixed;
    
    }
    
    div.pagetitle h1,div.pagetitle h5 {
    
    color:#000;
    
    }
    
    header.fix.fixed nav.menu-main-container ul li a strong {
    
    color:#fff;
    
    }
    Blog page shows the name of site:, please go to wp-admin->settings->reading->front page display: and set the posts page blank, refer: http://prntscr.com/9xjovo
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Styling Issues on pages’ is closed to new replies.