Cloriato Theme breadcrumb colour

Discussion in 'Forum Rules' started by supp aoa, Jan 14, 2013.

Thread Status:
Not open for further replies.
  1. supp aoa

    supp aoa New Member

    Joined:
    Sep 14, 2012
    Messages:
    15
    Likes Received:
    0
    I was wondering if you could let me know how to change the colour of the breadcrumbs in the Cloriato Theme. Many Thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #crumbs {
    color: your color value;
    }
    #crumbs a{
    color: your color value;
    }
     
  3. supp aoa

    supp aoa New Member

    Joined:
    Sep 14, 2012
    Messages:
    15
    Likes Received:
    0
    Hello Nitesh,

    Thanks worked a treat I was just wondering if you could you assist me with one last issue if you look at this link http://www.prospectsbar.co.uk/preacher1/the-band/ you will see that the

    admin on Blog
    Mr WordPress on Hello world!

    Are in black how do you change the colour as it very difficult too see. I have been able to figure out how to change most things but can't seem to change this colour

    Thanks Again
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar_wrapper .sidebar ul li {
    color: white;
    }
    this will solve your problem.

    Thanks and Regards,
    Piyush
     
  5. supp aoa

    supp aoa New Member

    Joined:
    Sep 14, 2012
    Messages:
    15
    Likes Received:
    0
    Many Thanks Piyush,

    All fixed many thanks great support as always.

    Alan
     
Thread Status:
Not open for further replies.

Share This Page