0
Welcome Guest! Login
0 items Join Now

SOLVED Module class suffix

  • SOLVED Module class suffix

    Posted 11 years 10 months ago
    • Hello!

      I am using Gantry blank (Gantry Starting Template for Joomla!3 v4.1.10) here:
      beta.ownthathome.ca/

      At the right hand side I have a module Contact (it is a Breezing Forms module)

      I've added module suffux contact (with a space bar infront)

      The HTML says:
      <div class="rt-block  contact">
                  <div class="module-surround">
                                  <div class="module-title">
                                  <h2 class="title">Contact us</h2>
                  </div>
      '

      I want to change the css for the title of this module (to change the background image)

      Where have I add the contact suffix?

      Now the title has the following css:
      .title, .component-content h2 {
          background: url("../images/rightcolumnstripe.png") repeat-x scroll center bottom transparent !important;
          border: medium none !important;
          box-shadow: 0 0 0 #FFFFFF;
          color: #324663;
          font-family: 'Amaranth',sans-serif;
          font-size: 19px;
          font-weight: 300;
          margin: 0 0 10px !important;
          padding: 0 0 8px !important;
          text-shadow: 0 2px 0 rgba(255, 255, 255, 0.35);
      }

      Thank you in advance.
    • Last Edit: 11 years 10 months ago by Jenny Velichkova.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED Module class suffix

    Posted 11 years 10 months ago
    • .contact .title, .component-content h2 {     background: url("your image's path") repeat-x scroll center bottom transparent !important;}
  • Re: SOLVED Module class suffix

    Posted 11 years 10 months ago
    • Thank you so much cdavis411!
      Really appreciate your quick help!
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED Module class suffix

    Posted 11 years 10 months ago
    • Jenny Velichkova wrote:
      Thank you so much cdavis411!
      Really appreciate your quick help!
      my pleasure :)

Time to create page: 0.075 seconds