Bizway Pro Feature Link URL's not working & font change

Discussion in 'BizWay WordPress Theme' started by sapy_marketing, Mar 18, 2014.

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

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Please help!
    Website: www.sapy.com

    1) I believe I have correctly entered the 3 x feature Link URL's in my website but when I test each one it says "page not found".
    These are the URL's I entered (one per feature) and they should link to the respective page:
    http://www.sapy.com/yarn/
    http://www.sapy.com/corehfil-fibre/
    http://www.sapy.com/masterbatch/

    2) How do I change the heading font family?

    3) How do I change the font family and size of the text in the home page feature areas?

    Please advise?
     
  2. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Hello, please note that I fixed the first question - there was a space after my "/"
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. For your second issue,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    h1, h2, h3, h4, h5, h6 {
    font-family: symbol ! important;
    } 
    In place of "symbol " you can put your font.

    2. For the third issue,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    h1, h2, h3, h4, h5, h6 {
    font-family: symbol ! important;
    }
    .main-content h1 {
    font-family: symbol ! important;
    font-size: 20px;
    }
    .page-item p {
    font-family: symbol;
    font-size: 15px;
    } 
    In place of "symbol" you can put your font.
    You can change the value of "font-size" as per your requirement.
     
  4. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page