Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • In the Pinnacle theme go to Appearance > Theme Options > Custom CSS and paste all your customizing css code there.

    I can’t believe I didn’t catch that. Thanks so much!!

    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 does.

    Site is demo2.juristheme.com

    .home-page-title {
    font-size: 100px;
    line-height: 100px;
    }

    @media (max-width: 992px) {
    .home-page-title {
    font-size: 80px;
    line-height: 80px;
    }
    }
    @media (max-width: 768px) {
    .home-page-title {
    font-size: 50px;
    line-height: 50px;
    }
    }

    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.

    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!

    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!

    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)