Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1021967

    Hi
    On which URL the header is showing in white background?
    I checked the site home page and some other menu items they are showing in Red background and visible
    http://prntscr.com/eovevl

    Regards

    giulia72 Friend
    #1022052

    Did you see the pdf I sent?

    It was in the home page under Latest News

    see the pdf I sent as I have indicated the exact position

    Pankaj Sharma Moderator
    #1022073

    Hi
    The header is hidden by style code
    open /templates/ja_beranis/local/css/themes/red/template.css
    Find

    .page-title, .page-header h1 {
        margin: 0 0 10px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        color: #444;
        line-height: 1.5;
        display: none;
    }

    Remove display: none;
    from above code and check.
    Regards

    giulia72 Friend
    #1022236

    it works
    Thank you

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  giulia72 7 years, 1 month ago.

The topic ‘how to change the header in the home page’ is closed to new replies.