Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #110465
    Dieter
    Participant

    Hi,
    I´m using the parallax frame pro theme. If I try to change the background colour only the colour of the main page changes. How can I change the header colour of the other pages?

    #110469
    Mahesh
    Keymaster

    @diet: Please post in your site url.

    Regards,
    Mahesh

    #110557
    Dieter
    Participant

    Oh sorry,
    that was the wrong one. The site url is https://hh-atc.de

    Please delete the post with the wrong url!

    Regards
    Dieter

    #110695
    Mahesh
    Keymaster

    @diet: Just deleted the post. For different header color, you can use custom css:

    .header-bg #masthead {
        background-color: #ff00ff;
    }

    Regards
    Mahesh

    #112332
    Dieter
    Participant

    Hi,

    after changing the background color with custom css the header on the homepage changes too and is not transparent.

    Regards

    Dieter

    #112380
    Mahesh
    Keymaster

    @diet: Please use the following CSS:

    body:not(.home) #masthead {
        background-color: rgba(144, 144, 155, 0.5);
    }

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘header background colour’ is closed to new replies.