Image on sub-nav bar on non-Home pages

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

  1. breatherec

    breatherec New Member

    Joined:
    Mar 4, 2014
    Messages:
    14
    Likes Received:
    0
    Is it possible to just remove this image?

    ----------------------------------------------------

    Hello,

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

    Code:
     .breadcrum-wrapper {
    background: white;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  2. Piyush

    Piyush Support Staff

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

    I think you want to remove triangle image that are shown in the parent menu of drop down.
    So.paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sf-arrows .sf-with-ul:after {
    border: none;
    } 
    This will solve your issue.
     
  3. breatherec

    breatherec New Member

    Joined:
    Mar 4, 2014
    Messages:
    14
    Likes Received:
    0
    Hi Piyush

    Here is what i mean

    It is the image below the green header and above the I am a job seeker.

    Thanks

    Steve...

    [​IMG]
     
  4. Piyush

    Piyush Support Staff

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

    Could you please specify your issue with the help of screenshot images and also share us your website link
    so that we can provide you exact solution.
     
  5. breatherec

    breatherec New Member

    Joined:
    Mar 4, 2014
    Messages:
    14
    Likes Received:
    0
    Hi my website is http://www.webreatherecruitment.co.uk

    I am having problems posting images in my post sorry, see if this works.

    Screen.jpg

    Basically if you goto my home page and go to another page.... i.e. http://www.webreatherecruitment.co.uk/i-am-a-job-seeker/ you will notice the brown header with a white image. Below this is an obscure image header of that page with the wording Home>>I am a job seeker. How do i delete or replace this image? Ideally i don't want an image here i want a blank white header with the text on it.

    Kind Regards...
     
  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:
     .breadcrum-wrapper {
    background: white;
    }
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page