Fonts of breadcrumbs

Discussion in 'Harrington- A WordPress Business Theme.' started by vuthunguyen, Aug 13, 2014.

Thread Status:
Not open for further replies.
  1. vuthunguyen

    vuthunguyen New Member

    Joined:
    Aug 9, 2014
    Messages:
    6
    Likes Received:
    0
    How do I change the font for the breadcrumbs up top.
    What code to enter in the styling options?
    Thanks ahead, ladies and gents
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please send Url of website as well as the screenshot of website section where you want to change the font.
    which type of changes ??



    Thanks & Regards
    Pramod Patel
     
  3. vuthunguyen

    vuthunguyen New Member

    Joined:
    Aug 9, 2014
    Messages:
    6
    Likes Received:
    0
    OK Pramod,

    http://bacsihongocminh.com/am-nhac-trong-cuoc-song

    You can see the red banner at top. This website is in Vietnamese. The Open Sans that the theme used do not fully support extended Latin Unicode that vietnamese uses. The characters are dark and light unevent anf not sharp. I have changed the rest of the website fonts to a full unicode font but could not find where to change the "crumbs" as shown with "Inspect Element" in chrome browser. crumbs.png
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Go to Appearance > Theme Options > Styling Options > Custom CSS
    And paste following code in Custom CSS and press Save All Changes button.
    Code:
    .page_heading.single p {
    font-family: "Segoe UI","Arial Unicode MS",Helvetica;
    }
    
    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. vuthunguyen

    vuthunguyen New Member

    Joined:
    Aug 9, 2014
    Messages:
    6
    Likes Received:
    0
    Thank you so much
     
Thread Status:
Not open for further replies.

Share This Page