• Resolved aks1973

    (@aks1973)


    Hey, I’ve been struggling a lot with this theme as it overrides many settings and customization is difficult.

    Check the ‘Discover’ section of this one-page site. I want to include three columns over top the image with each one having a heading in Caveat font. When I try the Custom Heading element, Caveat is not part of the list.

    I’ve tried many other workarounds but no matter what the theme default font is the only thing I can get to show. I’ve also tried adjusting all the headings with Google Font under Customize but it makes no difference.

    1. Is there a way to include Caveat as a font in the dropdown menu for the ‘Custom Heading’ WPBakery element?

    2. I’m no pro with class/css/html but if there is something I have to include to change H2 so it’s Caveat with the standard text box element, can you let me know?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author DannyCooper

    (@dannycooper)

    Hi @aks1973,

    It’s hard to target an individual element in the free version (this is easier with Pro).

    I don’t have control over WPBAKERY so I can’t help with those questions.

    It is possible to target those headings in CSS, though. That section has an individual ID, so you could do something like this:

    .vc_custom_1547646401015 h2 {
    font-family: ‘Caveat’ !important;
    }

    You would need to make sure the ‘Caveat’ font is loaded somewhere.

    Thread Starter aks1973

    (@aks1973)

    Thanks for the reply. I’d like to try your suggestion but need a bit more help – sorry, I’m a real beginner with css stuff.

    So, in that row or column I can add a class name. If I add Caveat as the class name, I should then go to the CSS settings and copy paste what you provided?

    I have tried this and it’s not working. Obviously, I’m missing something. Do I need to start the css with .Caveat (then insert what you provided)?

    Thread Starter aks1973

    (@aks1973)

    P.S. the theme does use Caveat font in certain sections. For example, the title text on top of hero images. But the developer has made it next to impossible to use that same font on demand in other areas…

    Plugin Author DannyCooper

    (@dannycooper)

    If you add the the class ‘caveat’ to the row, then in:

    Appearance → Customize → Additional CSS

    Add:

    .caveat h2 {
    font-family: ‘Caveat’ !important;
    }

    That should work.

    Thread Starter aks1973

    (@aks1973)

    It DID work. Thank you so much!

    Plugin Author DannyCooper

    (@dannycooper)

    That’s great news!

    Please consider leaving a review if you’ve found the plugin useful:

    https://www.ads-software.com/support/plugin/olympus-google-fonts/reviews/?rate=5#new-post

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Not working with theme’ is closed to new replies.