Main banner theme colour and size

Discussion in 'StartPoint Business One Page WordPress Theme' started by breatherec, Mar 19, 2014.

  1. breatherec

    breatherec New Member

    Joined:
    Mar 4, 2014
    Messages:
    14
    Likes Received:
    0
    I have 2 questions.

    1. Can i change the main banner colour where the logo goes to white but keep the remaining colour of the theme the same.

    2. I cannot reduce the size of the middle band where it is white with the page title. I have noticed this is the height on other size is near the height of the text where as mine is too large see image.
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .menu-wrapper-bg {
    background: white;
    }
    2) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .breadcrum h4 {
    padding-top: 18px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. breatherec

    breatherec New Member

    Joined:
    Mar 4, 2014
    Messages:
    14
    Likes Received:
    0
    Nitesh,

    Thanks for excellent response as usual!.

    The code works a treat however it leads to another problem in the menu setup. It has white text for inactive links and green box on mouseover. Is it possible to change the white text to a blue say hex 0054A4?

    Not sure on the green box mouseover but i think it works.

    Thanks

    Steve
     
  4. 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:
    .menu-sp ul a{
    color:#0054A4;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  5. breatherec

    breatherec New Member

    Joined:
    Mar 4, 2014
    Messages:
    14
    Likes Received:
    0
    Great works a treat thanks. Is it possible to now change the highlight block colour from the theme green to no colour or just white?

    Cheers

    steve
     
  6. 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:
    .menu-sp ul a:hover{
    color:white;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sf-menu li:hover, .sf-menu li.sfHover {
    background: white;
    }
    .sf-menu ul li {
    background: white;
    }
    .sf-menu ul li li {
    background: white;
    } 
    In place of "white" you can put your color or color code.
    This will solve your issue.
     
  8. windowclean

    windowclean New Member

    Joined:
    Feb 5, 2014
    Messages:
    29
    Likes Received:
    0
    can l change the banner on mobile ? if so can you assist with css for the color white?
     
  9. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Which banner do you want to remove, please show in screenshot.


    Thanks & Regards
    Yogesh Bhade
     

Share This Page