Color & Font change in menu

Discussion in 'Blackriders WordPress Theme' started by jtb925, Nov 21, 2013.

  1. jtb925

    jtb925 New Member

    Joined:
    Nov 12, 2013
    Messages:
    9
    Likes Received:
    2
    I have a couple of questions. A couple of questions related to the below screen shot.

    1. How do I change all the breadcrumbs for the site to Arial font?
    2. How do I change the color of the bright blue highlighted tab & the bright blue triangular shape to whatever I want?


    Thank you,
    Screen Shot 2013-11-21 at 4.03.28 PM.png
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

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

    The following code will change the font of your breadcrumb

    Code:
    .page_heading_container .page_heading_content {
    font-family: Add your font name;
    }
    The following code will change the background color of breadcrumb, You can change the color value according to your requirement

    Code:
    .page_heading_container {
    background: red!important;
    }
    And the small triangle below the breadcrumb is an image if you want to change to your desired color then you can change it with the help of photo editing tool.
    You will get the image in "images" directory of your theme.
     

Share This Page