Changing the Font of the Homepage Feature Area Main Heading

Discussion in 'Blackriders WordPress Theme' started by drewper, Apr 19, 2016.

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

    drewper New Member

    Joined:
    Feb 26, 2016
    Messages:
    18
    Likes Received:
    0
    Hello,

    Could someone advise if the font can be changed for the Homepage Feature Area, Main Heading. I would like to change it to the font "Eras Bold ITC" thank you.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_inner_box h6 {
        font-family: Eras Bold ITC;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. drewper

    drewper New Member

    Joined:
    Feb 26, 2016
    Messages:
    18
    Likes Received:
    0
    The code you provided changed the "Feature Heading's" font, not the "Headline's" font of the "Homepage Feature Area". I do like the font change there though :), but is there another code to add in order to get the "Headline's" font changed as well. See attached screenshot. Thank you!
     

    Attached Files:

  4. priya

    priya Guest

    Hello,

    Add below code as well...
    Code:
    .page_info h1, .page_info_wrapper p {
        font-family: Eras Bold ITC;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. drewper

    drewper New Member

    Joined:
    Feb 26, 2016
    Messages:
    18
    Likes Received:
    0
    That did it!....Thank you Priya!
     
  6. drewper

    drewper New Member

    Joined:
    Feb 26, 2016
    Messages:
    18
    Likes Received:
    0
    How about the widget headings. Is there a way to change the font of the 4 Footer Widgets on the BlackRider Theme main page? I can create a new thread for this if you'd prefer that. Thanks!
     
  7. priya

    priya Guest

    Hello,

    Below is code the code for that..
    Code:
    .footer .footer_widget h3 {
        font-family: Eras Bold ITC;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. drewper

    drewper New Member

    Joined:
    Feb 26, 2016
    Messages:
    18
    Likes Received:
    0
    That worked like a charm...thanks again Priya!
     
  9. priya

    priya Guest

    You're welcome..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page