Jump to content

raygold

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by raygold

  1. I have the following html code:

    <div class="firstclass" id="firstid">    <div class="a-block-content">   <h2 class="text-align-center"><a href="#">Some text</a></h2>  </div> </div>

    How can I edit only h2 element using #firstid? Is it possible edit the second div container style

      <div class="a-block-content">   <h2 class="text-align-center"><a href="#">Some text</a></h2>  </div>

    using #firstid? P.S. I can't edit html code, only css style.

×
×
  • Create New...