Change breadcrumbs color

Discussion in 'StartPoint Business One Page WordPress Theme' started by rjmprofessional, Oct 9, 2014.

  1. rjmprofessional

    rjmprofessional New Member

    Joined:
    Jul 26, 2012
    Messages:
    25
    Likes Received:
    1
    I would like to change the breadcrumbs at the top of every page to the same color yellow as the header (theme default color). How am I able to do this?

    Thank you in advance for your prompt support!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .breadcrum h4,.breadcrum h4 a{
    color:#edb732;
    }
    Thanks & Regards
    Pramod
     

Share This Page