Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #281011
    flickdigital
    Participant

    Hi,

    I’ve tried using the Lato font and the Open Sans font on a new demo for our website http://www.evergreen-hakuba.com/2012. Despite the customizer saying it is in “regular” font weight it is being shown in italics in the body and content. No matter which font weight I select the body content of my website and blog always stays in italics, which I don’t want. I’m using version 4.2.2 of WordPress, version 3.2.4 of X theme, and version 3.0.5 of X-Shortcodes.

    Thanks in advance.

    #281025
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    I’d like to see your setup too. Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #281154
    flickdigital
    Participant
    This reply has been marked as private.
    #281159
    Christopher
    Moderator

    Hi there,

    Please add the following CSS under Customize -> Custom -> CSS :

    p {
      font-style: normal;
    }

    Hope it helps.

    #282010
    flickdigital
    Participant

    Yes, all good now – thanks for the quick support.

    #282017
    Thai
    Moderator

    You’re most welcome.

    #288379
    flickdigital
    Participant

    I am having the same problem – everything in italics – with anything held in <ul> or <ol> as shown in the Header Widget of the page http://www.evergreen-hakuba.com/2012/

    #288553
    Christopher
    Moderator

    Hi there,

    Please try this :

    ul li {
      font-style: normal;
    }

    Hope it helps.

    #326411
    flickdigital
    Participant

    Hi there,

    Another “all typography in italics” problem – all in italics in Accordion.

    I have added

    hr {
      font-style: normal;
    }

    but as you can see here: http://www.evergreen-hakuba.com/2012/canyoning

    everything in the clickable box and the first paragraph are still in italics.

    Tanks in advance!

    #326415
    Rue Nel
    Moderator

    Hello There,

    You have an invalid code in the top bar. Please edit your top bar content and replace this code:
    <EM>WELCOME TO OUR NEWLY REDESIGNED SITE. WE'D LOVE TO KNOW WHAT YOU THINK - LET US KNOW <A HREF="https://www.facebook.com/EvergreenOutdoorCenter">ON FACEBOOK</A! THANKS - EOC</EM>

    With this code instead:
    <em>WELCOME TO OUR NEWLY REDESIGNED SITE. WE'D LOVE TO KNOW WHAT YOU THINK - LET US KNOW <a href="https://www.facebook.com/EvergreenOutdoorCenter" target="_blank">ON FACEBOOK</a>! THANKS - EOC</em>

    Let us know if this has been helpful to you.

    #326736
    flickdigital
    Participant

    Thank you! It was driving me mad trying to work out the italics problem on the site, and getting by with CSS hack fixes. Such a simple thing I missed – thanks again!

    #326819
    Prasant Rai
    Moderator

    You are most welcome 🙂 . If you have any questions or concerns, feel free to post here and we’d be happy to provide further assistance!

    #738511
    julietaiber
    Participant
    This reply has been marked as private.
    #738550
    Christopher
    Moderator

    Hi there,

    Upon checking your site, I noticed you wrapped text within <em></em> tags, please remove those tags to solve the issue. See the attachment.

    Thanks.

    #738763
    julietaiber
    Participant

    Thank you for this. I am a newbie but familiar with tags to make things italics. Where can I remove these though? When I look at the copy in “text” form (as opposed to “visual”) I don’t see any tags. Is there another place in which I can remove them? I am not able to access a screen like the screen shot you sent.

    Sorry that I am this green! Thanks for your help!

  • <script> jQuery(function($){ $("#no-reply-281011 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>