• Resolved malamax56

    (@malamax56)


    Hi,
    i have a problem with brilliance CPO theme – free.
    I am not able to show the header image in the blog page; so in the blog page the list of post start immediately under the top menu, and the main menu (wich is transparent) is overposed to the first post title.
    Could you help me please?
    Thanks
    Massimo

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @malamax56,

    Thank you for letting us know about this!
    It seems to be a bug with the Lite version, and it will be addressed in the next update.
    Meanwhile, to fix it please add this code in Appearance -> Customize -> Additional CSS:

    body #header .header-wrapper {
        position: initial;
        padding: 30px 0 50px;
        background-image: url(enter here your header image's url);
    }

    Hope this helps! Let me know how it goes!

    Best wishes,
    Mihaela

    • This reply was modified 6 years, 4 months ago by Miha.
    Thread Starter malamax56

    (@malamax56)

    Thank you very much Mihaela!
    Your additional CSS works perfectly. In fact, i have used background-color instead of background-image, to avoid conflict with the big image in homepage.

    Best regards
    Massimo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header in blog page’ is closed to new replies.