epik css – I seem to be missing something obvious?

Homepage Community Forums Epik Theme Support epik css – I seem to be missing something obvious?

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6114
    dono2081
    Customer

      Hi there … I’d like to style the h2 “entry-title” within the div “dono-custom-narrow” and I’m having a struggle.

      I’ve tried this in style.css:

      .dono-custom-narrow .entry-title h2 {
      font-size: 14px !important;
      margin: 0% 0% 0% 4% !important;
      }
      but there’s no effect. I think I’m missing something obvious. Would appreciate any advice on this, thanks!

      DonO


      Here’s the html in question, for context:

      <div id=”dono-2″>
      <div class=”wrap”>
      <div class=”dono-custom-narrow”>
      <div id=”featured-post-3″ class=”widget featured-content featuredpost”>
      <div class=”widget-wrap”>
      <h4 class=”widgettitle”>MCAT Prep</h4>
      <div class=”post-8 post type-post status-publish format-standard hentry category-learn entry”>
      < a title=”Develop your Dog Style” href=”http://www.abc.org/learn/this-is-a-second-post/”>
      < img width=”150″ height=”150″ alt=”IMG_0515″ src=”http://www.abc.org/wp-content/uploads/2013/06/IMG_0515-150×150.jpg” />

      // THIS IS THE CLASS and STYLE I WANT TO ADJUST

      <h2 class=”entry-title”>
      < a title=”Develop your Dog Style” href=”http://www.abc.org/learn/this-is-a-second-post/”>Develop your Dog Style
      </h2>

      <p>Another beautifully written post.</p>
      </div>
      </div>
      </div>
      </div>
      </div>

      #6124
      scooby
      Customer

        We would actually need a link to see what the issue is. There could be a conflict somewhere else on your site, so posting the code here won’t really be enough to know.

        So if you have a link please post and I’d be happy to help you out if I can.

        #6140
        dono2081
        Customer

          Thanks, Scoob … turned out I needed to adjust the class itself, and not the h2 tag.
          -DonO

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘epik css – I seem to be missing something obvious?’ is closed to new replies.