Results 1 to 2 of 2

Thread: Change the color of text of bread crumbs?

  1. #1
    Thread Starter
    joemartinez's Avatar
    Join Date
    Sep 2014
    Location
    Venezuela
    Posts
    49
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Change the color of text of bread crumbs?

    SOMEONE KNOWS HOW TO CHANGE THE COLOR OF TEXT OF BREAD CRUMBS?.
    THANKS TO WHOM IT MAY HELP
    ClassicPress + Rondell

    www.TesaTools.com

  2. #2
    Marketplace Seller dalemiles's Avatar
    Join Date
    Feb 2016
    Location
    New Zealand
    Posts
    541
    Thanks
    2
    Thanked 114 Times in 96 Posts
    Code:
    #breadcrumb {
        font-size: 11px;
        color: #27384C;
    }
    replace #27384C with the hex code for the colour you want to use.

    Put this code in your custom / child theme CSS file (style.css)

    Also note this isnt the forum for asking for help - this is a showcase forum.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Change text color on job summaries
    By johnp in forum Help Using JobRoller
    Replies: 1
    Last Post: February 10th, 2016, 08:24 AM
  2. Change text color
    By gregoh in forum ClassiPress General Discussion
    Replies: 1
    Last Post: September 15th, 2015, 12:02 PM
  3. [SOLVED] Change text color
    By geralweb in forum Simplux
    Replies: 1
    Last Post: April 9th, 2014, 05:14 AM
  4. how can i change text color...??
    By rgavila in forum Advanced Custom Fields
    Replies: 4
    Last Post: October 20th, 2013, 04:07 AM
  5. How to change the text color ?
    By oscar97 in forum ClassiPress General Discussion
    Replies: 3
    Last Post: June 2nd, 2013, 01:25 PM