1 Reply Latest reply: Sep 29, 2014 12:06 PM by Aggarwal, Gaurav RSS

    Custom blog in Adobe Muse and BC can't get body copy css to work

    BubbleHouse

      Hello,

      I've been creating a custom blog through Adobe Muse and in Business Catalyst according to directions I found in a video.

      Seems like everything is working out for the most part with adding custom styles to modulestylesheets.css however, I can not for the life of me get the body text of the

      blog to cooperate. At least according to the video I'm following.

      This is the css I'm adding according to instructions and it's the only part that won't work - won't change. My guess is that something somewhere else is over riding this but I can't find it.

      /* blog body text */
      .post-body
      {
          color: #534741;!important;
          font-family: muli;sans-serif;!important;
          font-size: 12px;!important;
          font-weight: 400;!important;
          padding: 0;!important;
          line-height: 84px;!important;
      }

      As you can see - I even added the important tag to see if it would work but still nothing. I'm at a loss and need to have this site complete and launched with new domain by tonight!

      The link:
      http://lisastendig.businesscatalyst.com/embodiment-blog

      I'm trying to get the body copy to be the font Muli as well as with some proper interline spacing.

       

      I hope someone can help today - it would be so much appreciated. Thank you!

        • 1. Re: Custom blog in Adobe Muse and BC can't get body copy css to work
          Aggarwal, Gaurav Community Member

          Hi BubbleHouse,

           

          I checked the details layout of the blogs and seems the font-family is entered in the inline code of the blog post and it is taking preceedence over the system css.

           

          You can go to the content of blog post and change the font-family: calibri, serif to font-family: inherit, it should take the font from the modulestylesheet.css

          <span style="font-size: 15pt; font-family: calibri, serif; color: #343434; background: none 0% 0% repeat scroll transparent;">

           

          Regards,
          Gaurav Aggarwal