• Hi,

    I made a homepage with wordpress.com

    Now I bought a webspace and so on and wanted to build the same homepage with www.remarpro.com. Exporting the old website did not work, so I had to rebuild most of the page.
    My problem is:
    How can I change the color of the top-bar?
    On the wordpress.com site the bar is white, but on the www.remarpro.com bar the top-bar ist black… How can I change this to white?

    Thanks for your help ??

    • This topic was modified 6 years, 2 months ago by Jan Dembowski.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello @orsom,

    We can make the background color white with the help of custom css. Please apply the below given css into Appearance -> Customize -> Additional Css

    .site-header {
    background-color: #fff !important;
    }
    .main-navigation a {
    color: #000 !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter orsom

    (@orsom)

    Wow! So easy! I have to learn css…

    thank you so much!

    Thread Starter orsom

    (@orsom)

    Okay now there are a few more things im struggling with…

    If i click on “Planung”, a new menu opens. The background there is grey and of course i also want it to be white… I′m searching through css, but don′t know where to search…

    @orsom

    CSS takes a great deal of practice. In any case, I can see that the “planning” menu on the site is white. Do you still need help with this?

    Hello @orsom,

    I checked the site, it looks that you sorted out your own. For better understanding please refer the screenshot-

    OnPaste.20180830-182108

    Kind regards,

    Manoj

    Hello,

    yes I was yelling and screaming and shouting and insulting and destroying my house finding out how to change these things with CSS but finally it worked!

    Thank you very much for your help! ??

    Thread Starter orsom

    (@orsom)

    Sorry, wrong account (Spanacke). But yes, it worked ??

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Side note to @orsom I’ve blocked your other account and will block them all if you create more accounts.

    Don’t do that, multiple accounts will get you banned.

    Hi all,

    I have tried to change the CSS as I have the same problem than above, I want my header to be white, but it says “buy a premium plan if you want to customize CSS”..

    Is that correct or I am doing the wrong thing?

    Thank you,

    Jennifer

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Change colour of the top-bar?’ is closed to new replies.