• Resolved owlbooksdk

    (@owlbooksdk)


    Hi,
    I have purchased the Pro Version and would like to change the font of your simple banner. I use the Aurum theme which loads the Roboto Condensed Font (as far as I can tell). I have tried a number of iterations and can’t seem to get it to work based on some of the other support entries you’ve answered for Font and Text changes. Here is the code I used:

    .simple-banner .simple-banner-text {
    font-size: .875em;
    font-family: “Roboto Condensed”, Roboto, sans-serif;
    }

    Maybe, it’s working but I can’t tell. I actually want the Font to appear the exact same as what you see in the horizontal menu just beneath it. I appreciate your help!

    Owlbooks DK

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi,

    As you can see, the custom CSS section in the main section of the settings page sourround the input with the simple banner classname, so the css you input translates to

    
    .simple-banner{.simple-banner .simple-banner-text {
            font-size: .875em;
            font-family: "Roboto Condensed", Roboto, sans-serif;
        }};
    

    If you’ve purchased the pro version, you can simple put the css you were using in the Website Custom CSS section.

    Thread Starter owlbooksdk

    (@owlbooksdk)

    Thank you for your response! I’ve added the script to the Website Custom CSS section. It does seem to affect the font-size, which is good. But it still does not seem to recognize any form of the Roboto font family (Roboto, Roboto Condensed, Roboto Light, or Roboto Thin). Which is definitely defined in the theme. So any insight you might have would be appreciated. Thank you again!

    Plugin Author rpetersen29

    (@rpetersen29)

    It looks like it’s working to me. Maybe delete your cache and reload the page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Font/Text Appearance’ is closed to new replies.