How can i change the colour

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

  1. otmg1980

    otmg1980 New Member

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

    How can i change the colour, see the attached image of the 'links' Home>>Portfolio>>Films on the pages. Hopefully it is clear what i mean.

    Thank you
     

    Attached Files:

  2. 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:
    .post-page h1 a, .breadcrum h4 a {
    color: red;
    }
    span.current {
    color: red;
    }
    div#crumbs {
    color: red;
    } 
    In place of "red" you can put your color or color code.

    This will solve your issue.
     

Share This Page