Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1000408
    Calvert567
    Participant

    Hello – i am using the spa demo for a new website design. I have a question about the “service” code for raw content on a few pages:

    The code style being used for each raw content section with “service” class is:
    <h3>Ear Candling$63: 45 minutes<br>$85: 60 minutes</h3>

    <p>A gentle and non-invasive method to remove debris, help reduce the occurrence of sinus and ear infections, and improve hearing, often immediately.60 min. session with aromatherapy, accupressure massage and sinus relieving steam</p>

    BUT if you look at the attached screenshot for this page – http://000.2cb.myftpupload.com/massage-bodywork/
    you see that this particular text is smaller than other text. This is happening on this whole right column on this page but if you look at this page for example on the right where I am using the “service” class in raw text again and the size is larger. – http://000.2cb.myftpupload.com/integrative-manual-therapy/

    I’m sure it is something simple I am overlooking… but can’t figure it out.

    #1000409
    Calvert567
    Participant

    screen shot attached

    #1000808
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Look for this custom css code on your customizer:

    .service h3 strong {
      display: block;
      margin-top: 8px;
      font-size: 0.75em;
    }

    And update that to:

    .service h3 strong {
      display: block;
      margin-top: 8px;
      font-size: 28px;
    }

    Hope it helps, Cheers!

    #1001845
    Calvert567
    Participant

    I will give this a try. Thanks.

    #1002277
    Friech
    Moderator

    Let us know how it goes.

    Cheers!

    #1018336
    Calvert567
    Participant

    Thanks!

    #1018397
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1000408 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>