Removing Italics on Titles in "Be Furniture"

Hey guys,

I am using Be Furniture theme, and the header fonts are in italics. I have changed the fonts for the theme, but they are still appearing as italics. Is there a code that controls the italics? I would like to take that off. 

Thanks for your help. Great theme!

Dave 

Comments

  • Hi Dave,

    those fonts shouldn't be italic as per demo so we need url to your website to see what happen.
  • Hi there - here is the URL  http://reneszansz.ca/

    As you can see, the headers are in italics. I wasn't able to see where to turn these off.

    Thanks again, for your help!

    Dave
  • edited February 2015
    To remove italic style for h2 headers, please use below css:
    h2 { font-style: normal; }
  • Thank you. I had inserted your code into the CSS editor, and it wasn't working. After some more investigation, I have found the problem. The demo data import had this in the CSS editor, and it was causing the italics:

    h2 { font-style: italic; }

    /* Top bar */
    #Top_bar:not(.is-sticky) { padding: 15px 0; }
    #Top_bar .menu > li a:after { display: none; }

    /* Subheader */
    #Subheader:after { display: none; }
    #Subheader .title { float: none; margin: 30px 0; text-align: center; width: 100%; }

    /* Footer */
    #Footer .widgets_wrapper { padding: 40px 0; }
    #Footer .footer_copy { border-top: 0 none; }
    #Footer .footer_copy .one { border-top: 3px solid rgba(0, 0, 0, 0.8); }
    #Footer .footer_copy .copyright { float: none; text-align: center; width: 100%; margin-bottom: 20px; }
    #Footer a#back_to_top { display: none; }
    I removed the h2-italics part and it all works now.

    Thanks again for your help. This is a great theme!

    Dave
  • Ok :) We're glad to hear that all works fine now!
Sign In or Register to comment.