Title: bperron's Replies | WordPress.org

---

# bperron

  [  ](https://wordpress.org/support/users/bperron/)

 *   [Profile](https://wordpress.org/support/users/bperron/)
 *   [Topics Started](https://wordpress.org/support/users/bperron/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bperron/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bperron/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bperron/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bperron/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bperron/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pinnacle] Home Page Title Font Re-size](https://wordpress.org/support/topic/home-page-title-font-re-size/)
 *  [bperron](https://wordpress.org/support/users/bperron/)
 * (@bperron)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/home-page-title-font-re-size/#post-6632178)
 * In the Pinnacle theme go to Appearance > Theme Options > Custom CSS and paste
   all your customizing css code there.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pinnacle] Home Page Title Font Re-size](https://wordpress.org/support/topic/home-page-title-font-re-size/)
 *  [bperron](https://wordpress.org/support/users/bperron/)
 * (@bperron)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/home-page-title-font-re-size/#post-6632177)
 * I can’t believe I didn’t catch that. Thanks so much!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pinnacle] Home Page Title Font Re-size](https://wordpress.org/support/topic/home-page-title-font-re-size/)
 *  [bperron](https://wordpress.org/support/users/bperron/)
 * (@bperron)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/home-page-title-font-re-size/#post-6632175)
 * Similar problem. To get the free Pinnacle theme slider text to scale I used the
   following code from Kadence Themes (thanks:) However, .home-page-title font size
   and line height for regular computer monitor does not seem to work, but the [@media](https://wordpress.org/support/users/media/)
   does.
 * Site is demo2.juristheme.com
 * .home-page-title {
    font-size: 100px; line-height: 100px; }
 * [@media](https://wordpress.org/support/users/media/) (max-width: 992px) {
    .home-
   page-title { font-size: 80px; line-height: 80px; } } [@media](https://wordpress.org/support/users/media/)(
   max-width: 768px) { .home-page-title { font-size: 50px; line-height: 50px; } }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [FINRA compliant Website archiving plugin?](https://wordpress.org/support/topic/finra-compliant-website-archiving-plugin/)
 *  [bperron](https://wordpress.org/support/users/bperron/)
 * (@bperron)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/finra-compliant-website-archiving-plugin/#post-6776440)
 * For edits that must be submitted, reviewed, approved and published by a third
   party compliance department, look at Oasis Workflow plugin.
 * For automated daily digital snapshots of your website and code look into PageFreezer.
   PageFreezer also has the option to manually initiate an archive.
 * You might also want to look into a design firm such as Advisor Designs to help
   you explain this to your compliance department and help set this up for you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Advertica Lite] Featured boxes](https://wordpress.org/support/topic/featured-boxes/)
 *  [bperron](https://wordpress.org/support/users/bperron/)
 * (@bperron)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/featured-boxes/#post-6156885)
 * Same issue: use FA icons for Home Featured Box instead of image.
 * Here’s what I’ve done, but didn’t work:
 * 1. I downloaded invert-lite/includes/front-mid-box.php. Located the FA icons 
   and changed them to the FA icons I want to use.
 * 2. I made the following hierarchy in the child theme: invert-lite-child/includes/
   and uploaded my new front-mid-box.php file into the child’s includes folder.
 * I suppose the question is how does one overwrite this particular file since it’s
   not located in the parent’s root directory, rather it is located in the parent’s
   subdirectory?
 * Thanks for any help on this. Cheers!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Advertica Lite] Featured boxes](https://wordpress.org/support/topic/featured-boxes/)
 *  [bperron](https://wordpress.org/support/users/bperron/)
 * (@bperron)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/featured-boxes/#post-6156884)
 * Hi, I’m having the same problem wanting different font awesome to display, and
   the Advertica theme feature only allows for uploading an image, but I want to
   use font awesome instead. Here’s what I did, though it didn’t work:
 * Downloaded a local copy of front-featured-boxes-section.php, changed the fa- 
   to the ones I want, and loaded the file to the child theme/includes folder, keeping
   the same file structure in child as parent. However, my child’s includes/font-
   featured-boxes-section.php is not overwriting the parent and therefore still 
   displays the parent’s font awesome.
 * I think my question I need to ask (correct me if I’m wrong) is, how do I overwrite
   the front-featured-boxes-section.php file since it’s located in a parent theme
   subfolder, instead of the root folder? Thanks and cheers!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Invert Lite] How to Change Featured Box Icons](https://wordpress.org/support/topic/how-to-change-featured-box-icons/)
 *  [bperron](https://wordpress.org/support/users/bperron/)
 * (@bperron)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-to-change-featured-box-icons/#post-5573049)
 * Same issue: use FA icons for Home Featured Box Image.
 * Here’s what I’ve done, but didn’t work:
 * 1. I downloaded invert-lite/includes/front-mid-box.php. Located the FA icons 
   and changed them to the FA icons I want to use.
 * 2. I made the following hierarchy in the child theme: in the child theme, invert-
   lite-child/includes/ and uploaded my new front-mid-box.php file.
 * I suppose the question is how does one overwrite this particular file since it’s
   not located in the parent’s root directory, rather it is located in the parent’s
   subdirectory?
 * Thanks for any help on this. Cheers!

Viewing 7 replies - 1 through 7 (of 7 total)