• Hi guys,

    I’m redoing a site from scratch using this theme.

    I would like to change the colour theme of the overall page from the default blue to something else (Grey so it matches the background colour of the rest of the site)

    (The two bars at the top of the page and the latest article bit mainly)

    I’ve attached an image with arrows of the bits I want to change: https://imgur.com/a/Gj1JQg4

    How do I change the colours of these? I’m assuming it needs to be done using the Additional CSS?

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

Viewing 1 replies (of 1 total)
  • Theme Author themeansar

    (@themeansar)

    Hi Samg,

    Thanks for contacting us,

    We have provided overall theme color change settings in Our Pro version of Newsup Theme,

    you can use below css code in additional css filed (Theme Dashboard >> appearance >> customize) for change header and menu color.

    .mg-headwidget .mg-head-detail, .mg-headwidget .navbar-wp
    {
    background: #d70a0a !important;
    }
    
    .mg-headwidget .navbar-wp .navbar-nav > .active > a{
    background: #d70a0a !important;
    }

    Change the color code as you need.

    Any confusion lets know

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘How do I change the colours at the top of the page?’ is closed to new replies.