change the main banner theme colour

Discussion in 'StartPoint Business One Page WordPress Theme' started by otmg1980, Jul 11, 2014.

Thread Status:
Not open for further replies.
  1. otmg1980

    otmg1980 New Member

    Joined:
    Mar 5, 2013
    Messages:
    8
    Likes Received:
    0
    Hello,

    Is there a way to change the main banner theme colour so that when you're reducing the size of your internetscreen / or when you our using the website on a mobile device, that the colour stays the same.

    I already used the following code to change to colour but as you see on the image attached this does not work.

    .menu-wrapper-bg {
    background: black;
    }

    Thank you
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     div.logo {
    background: black;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. otmg1980

    otmg1980 New Member

    Joined:
    Mar 5, 2013
    Messages:
    8
    Likes Received:
    0
    Thanks you for the help
     
Thread Status:
Not open for further replies.

Share This Page